scrWidth = screen.availWidth;
if (scrWidth>=1024)
{
	x = ( scrWidth - 800 )/ 2 ;
	x= 145 + x ;
}

if (scrWidth<1024)
{
	x= 145 ;
}

var strHTML=new Array()  
number = 0;

strHTML[number++]='<div id="Layer5" style=" position:absolute; left:'+ x +'px; top:0px; z-index:1" >'

strHTML[number++]='<iframe src="http://aic.lionart.com.tw/counter.php" name="counter" width=0 height=0 scrolling=no frameborder=0 border=0>   </iframe>'

strHTML[number++]='</div>'  

for (i=0;i<strHTML.length;i++){
	document.write(strHTML[i])
}
