// JavaScript Document
function reHtmlCodeWay()
{
	var str = "";
	
	str += '<div style="height:208px;background:url(http://www.weboof.com/images/referrals/TuesdayGoldsales.jpg) no-repeat;width:100%;position:relative;">';
	str += '<a href="http://www.weboof.com/Reward/Play.html" style="display:block;width:100%;height:208px;position:absolute;top:0px;left:0px;"></a>';
	str += '<div style="float:right;text-align:right;padding:15px 25px 0 0;">';
	str += '<span style="font-family:arial;font-size:50px;font-weight:bold;color:#fff;line-height:70px;padding-bottom:50px;">Save luck,share joy</span><br />';
	str += '<span style="font-family:arial;font-size:20px;color:#fff;font-weight:bold;line-height:50px;">Click to obtain points</span>'
	str += '</div>';
	str += '</div>';
	
	document.write(str);
}
reHtmlCodeWay()