\n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
}
function insertSWF(listno) {
var sb = new SWFObject("images/info.swf", "myFlash"+listno, "100", "38", "6", "#ffffff");
sb.addParam("quality", "high");
sb.addParam("wmode", "transparent");
sb.addParam("menu", "false");
sb.addParam("swLiveConnect", "true");
sb.addParam("allowScriptAccess", "sameDomain");
sb.addParam("name", "myFlash"+listno);
sb.addParam("id", "myFlash"+listno);
//sb.addVariable("name", "myFlash"+listno);
showid="show"+listno;
sb.write(showid);
return true;
}
function xmlhttpPost()
{
if( firstTime == false )
{
var strURL = "/viewItemPrice.html";
var xmlHttpReq = false;
var self = this;
// Mozilla/Safari
if (window.XMLHttpRequest) {
self.xmlHttpReq = new XMLHttpRequest();
}
// IE
else if (window.ActiveXObject) {
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
}
self.xmlHttpReq.open('POST', strURL, true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() {
//0 - un-initialized
//1 - loading
//2 - loaded
//3 - interactive
//4 - complete
if (self.xmlHttpReq.readyState == 4) {
updatepage(self.xmlHttpReq.responseText);
//Make sure that we get a sucess page status
//if(reqXML.status == 200){
}
}
self.xmlHttpReq.send(getquerystring());
//if( continueReq == true )
window.setTimeout("xmlhttpPost()",1000);
}
else
{
firstTime = false;
window.setTimeout("xmlhttpPost()",3000);
}
}
function getquerystring() {
var itemNo = 'L2789209252488|L2789209252489|L2789209252490|L2789209252491|L2789209252492|L2789209252493|L2789209252494|L2789209252495|L2789209252496|L2789209252497|L2789209252498|L2789209252499|L2789209324100|L2789209324101|L2789209324102|L2789209324103|L2789209324104|L2789209324105|L2789209324106|L2789209324107|';
var cateId = '2';
qstr = 'itemNo=' + escape(itemNo);
qstr += '&cateId=' + escape(cateId);
return qstr;
}
function updatepage( str )
{
var allDone = false;
var data_array;
var my_array = str.split("|"); // ListNo * CurrentPrice * ShopNowPrice * TimeLeft |
for( var i=0; i 0 && data_array[1] != undefined )
{
id_array[i][0] = data_array[1];
id_array[i][1] = data_array[3];
if( id_array[i][1] > 0 )
allDone = true;
}
}
if( allDone == false )
continueReq = false;
}
function openToOpener( url )
{
top.location.href = url;
}
//window.setTimeout('updatepage("123456789*23.00*232323|")',1000);
//-->