wdgtHm) q *H off customPanel Customize images/Colors.png 2 Feed Font: customPanel Font Tahoma Bold Feed Text Color: customPanel Color #000000 main_window Tips Widget 166 281 true email = prompt("Email Address:","","Invite a Friend","Send") if (email != null) { inviteURL="mailto:"+email+"?subject=A friend has invited you to discover the Tips Widget&body=Your friend has invited you to use the Tips Widget from www.b4u.com.%0AClick on http://widgets.yahoo.com to discover!" openURL(inviteURL); } arrow03.src="images/arrow03-on.png"; popupMenu(tipMenu, 208, 30) changeTip(); arrow03.src="images/arrow03.png"; arrow01.src="images/arrow01.png"; arrow01.src="images/arrow01-on.png"; curTip = curTip - 1; if (curTip == -1) curTip = 8 changeTip(); arrow02.src="images/arrow02.png"; arrow02.src="images/arrow02-on.png"; curTip = curTip + 1; if (curTip == 9) { curTip = 0 } changeTip()