/***************************************************************************************/
/*  Copyright (c) 2008    SuperStar Promotions LLC   [http://www.SuperStarPromos.com]  */
/***************************************************************************************/

<!--
function cpl_invite()
{
mail_str = "mailto:?subject=" + document.title;
mail_str += "&body=Hello!";
mail_str += "%0D%0A%0D%0A";
mail_str += "My%20school%20is%20running%20an%20exciting%20NEW%20kind%20of%20fundraiser%20that%20can help you while helping us!";
mail_str += "%0D%0A%0D%0A";
mail_str += "All you have to do is open a new savings account - it's fast, it's free, it's FDIC insured, and it's with a leading US bank - offering a very high interest rate.";
mail_str += "%0D%0A%0D%0A";
mail_str += "Simply, go to the following page for details to easily open your account online:";
mail_str += "%0D%0A";
mail_str += "http://www.SuperStarStudents.com/myschool/index_demo.php";
mail_str += "%0D%0A%0D%0A";
mail_str += "Best of all, if we get enough new accounts opened, our school principal will go into the SuperStar Money Machine to earn even more funding for our school!";
mail_str += "%0D%0A%0D%0A";
mail_str += "This is a short-term fundraiser, so please act quickly... and open an account for everyone in your family!";
mail_str += "%0D%0A%0D%0A";
mail_str += "Thanks!";
location.href= mail_str;
}
-->