<script language='javascript'>
var sVarPopWin=true;
function PlayJsAdPopWin()
{
if( sVarPopWin )
{
popwin=window.open(", width=360");
}
}
setTimeout("PlayJsAdPopWin()", 16000 );
</script>
ÉÏÃæµÄ´úÂëÖÐÓÐÒ»¾ä
popwin=window.open(", width=360");
ºóÃæµÄ height=300, width=360 ÊÇÄúÐèÒªµ¯³öµÄÒ³Ãæ´óС¡£
Èç¹ûÄúÏëÖ±½Óµ¯³öÍøÒ³¿ÉÒÔÓÃÏÂÃæµÄ´úÂë¡£
<script language='javascript'>
var sVarPopWin=true;
function PlayJsAdPopWin()
{
if( sVarPopWin )
{
popwin=window.open("","");
}
}
setTimeout("PlayJsAdPopWin()", 16000 );
</script>
¡¡