/***************************************************************************************/
/*  Copyright (c) 2009    SportsWorld LLC   [http://www.SportsWorld.us] 			   */
/*  NOTE: could not use the # symbol in text - conflicts with IE (of course)           */
/***************************************************************************************/

<!--
function fr_invite()
{
mail_str = "mailto:?subject=" + document.title;
mail_str += "&body=Hello !";
mail_str += "%0D%0A%0D%0A";
mail_str += "I am playing club volleyball with SportsWorld this season and they have come up with a promotion that would help you and help me !";
mail_str += "%0D%0A%0D%0A";
mail_str += "The promotion isn't cookies, cakes, or candies but instead a savings account which costs you nothing, is FDIC insured and gives you one of the highest interest rates in the country. ";
mail_str += "%0D%0A%0D%0A";
mail_str += "Simply open a new ING Direct Orange Savings Account for as little as $1.00, using the Internet link in my name - and I get help offsetting the cost of volleyball - it's a WIN WIN !";
mail_str += "%0D%0A%0D%0A";
mail_str += "Click on the following link for details, then click on my name to begin saving:";
mail_str += "%0D%0A";
mail_str += "http://www.SportsWorld.us/savings/ing.php";
mail_str += "%0D%0A%0D%0A";
mail_str += "This is a short-term promotion, so please open your savings account today !";
mail_str += "%0D%0A%0D%0A";
mail_str += "Thanks !";
mail_str += "%0D%0A%0D%0A";
mail_str += "P.S. You're also invited to come watch me practice and play this season !";
mail_str += "%0D%0A%0D%0A";
mail_str += "SportsWorld Volleyball Club";
mail_str += "%0D%0A";
mail_str += "4980 Vanderbilt";
mail_str += "%0D%0A";
mail_str += "Ontario, CA 91761";
mail_str += "%0D%0A";
mail_str += "www.SportsWorld.us";
location.href= mail_str;
}
-->