var str1 = "<td id=\"promo\" name=\"promo\" colspan=\"2\" align=\"center\" " +		
		"style=\"" +
		"position:absolute;"+
		"top:300px;"+
		"left:" + (screen.width/2 - 277/2) + "px;" +	
		"width:277px;"+
		"height:400px;"+
		"background-color:red;"+	
		"font-weight:bold;"+
		"color:white;"+
		"border-style:double;"+
		"border-color:yellow;"+	
		"border-width:7px;"+
		"text-align:center;"+
		"padding:17px 17px 17px 17px;\" " +
		"onclick=\"document.getElementById(\'promoTr\').innerHTML=\'<td><\/td> \';" +
		" openWindow(\'scooters/HY150T6BLOG\');" +
		" \" " +		
		"><font size=\"17\">GRAND OPENING SPECIAL:<\/font><br>" +
"We are offering our best brand new 150cc HY150T-6(Blog) model equipped with factory-installed Anti-Lock Brakes and Alarm for an unbeatable price of " +
"<font size=\"27px\">$999.00<\/font>" +
"<br>This offer will last for two weeks, and is valid while supplies last." +
"<br><br><font size=\"5px\"><i>" +
"Click here for more.<\/i><\/font><\/td>";

var str = "<td colspan=\"2\" align=\"center\" " +			
"class=\'promotionLayerOn\'" +
"onclick=\"changecss(\'.promotionLayerOn\',\'background-color\',\'green\'); changecss(\'.promotionLayerOn\',\'width\',\'0\');" +
" openWindow(\'scooters/HY150T6BLOG\');" +
" \" " +		
"><font size=\"17\">GRAND OPENING SPECIAL:<\/font><br>" +
"We are offering our best brand new 150cc HY150T-6(Blog) model equipped with factory-installed Anti-Lock Brakes and Alarm for an unbeatable price of " +
"<font size=\"27px\">$999.00<\/font>" +
"<br>This offer will last for two weeks, and is valid while supplies last." +
"<br><br><font size=\"5px\"><i>" +
"Click here for more.<\/i><\/font><\/td>";

function displayPromotion()	{	
	document.write(str);
	alert(str);	
} 

