function generatePreview() {

		var html = '';
		html += '<div style="margin-left:150px;">';
		html += '     <a href="' + _APP_URL + '" target="_top"><img src="http://greenpatch.s3.amazonaws.com/greenpatch_preview.gif" ';
		html += '      alt="(Lil) Green Patch" width="321px" height=197px"></a>';
		html += '</div>';
		html += '<div style="text-align: center; font-weight: normal; font-variant: small-caps; font-size: 20px; text-transform: none; ';
		html += '     color: #006600; padding-left: 15px; padding-right: 15px;"> <br /> ';
		html += '     Help fight Global Warming! Together, We can make a Difference! <br />';
		html += '</div><br /> <br />';
		html += '<div style="text-align: left; font-weight: normal; font-family:Verdana,Arial,Helvetica, sans-serif; font-size: 12px; ';
		html += '     color: #000000; padding-left: 15px; padding-right: 15px;"> <br /> ';
		html += '				By planting fruit with your friends you can help us all make the world a greener place!  As well, we will shortly ';
		html += '				be launching some fun gaming features to constantly keep you entertained while doing good!<br /><br />';
		html += '				Our sponsors contribute money to save the Rainforests as you use this application.  After expenses we will donate ';
		html += '				revenue to funding a portfolio of reforestation projects.  Thanks for joining us in this mission!  ';
		html += '				We hope you have fun!<br /><br />';
		html += '				The most recent donation was made June 1st, 2008 to the ';
		html += '       <a href="http://www.nature.org/joinanddonate/adoptanacre/about/" target="_top">Adopt An Acre</a>';
		html += '       program of the Nature Conservancy. <br/><br/>'; 
		html += '				The (Lil) Green Patch community, working together, was able to save 59,098,167 Sqft of Rainforest so far!  ';
		html += '				We are very excited about our progress and are confident we can make an even larger impact in the future!<br /><br />';
		html += '				See the donation here: <a href="http://apps.facebook.com/causes/hall_of_fame/show/2979" target="_top">(Lil) GreenPatch Hall of Fame</a>'
		html += '</div><br /> <br />                                                                                                ';

		return html;
}
