﻿<!--
var pcyearPPP=13;
function timtTxt()
{

//var obj = document.getElementById("pcyear_aa");
//obj.innerHTML = pcyearPPP-1;
if(pcyearPPP==0)
{
//   window.opener=null;
   document.getElementById('pcyear_guanggao').style.display='none';
//   document.getElementById('pcyear_guanggao_submit').style.display='none';
}
pcyearPPP--;
}

function timtTxt2()
{
   document.getElementById('pcyear_guanggao').style.display='none';
//   document.getElementById('pcyear_guanggao_submit').style.display='none';
}

window.setInterval("timtTxt();",1000);
//////////////////////////////////////////
document.write("<div id='pcyear_aa' ></div>")//倒计时
document.write("<div style='width:1002px; margin:0 auto;position:absolute'><img src='http://www.xintaiji.com/ad/close.gif' onclick='timtTxt2()' /></div>")

document.write("<div style='width:1002px;text-align:center;margin:0 auto;' id='pcyear_guanggao'>")
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='1002' height='500'>")
document.write("<param name='wmode' value='transparent'>")
document.write("<param name='movie' value='http://www.xintaiji.com/ad/1.swf' / >")
document.write("<param name='quality' value='high' />")
document.write("<embed src='http://www.xintaiji.com/ad/1.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='1002' height='500'></embed>")
document.write("</object>")
document.write("</div>")

//-->

