<!--
if (document.images)
{
  pic1= new Image(100,25); 
  pic1.src="/images/loading.gif"; 
}
//-->
function okay(pdt){
  document.getElementById("ss_img").src = "/images/loading.gif";
  document.getElementById("ss").innerHTML = "請稍候...";
  document.getElementById("ss_img").src = "http://www.gcamay.com.tw/imgEx02?"+pdt.split("|@|")[0]+",200";
  document.getElementById("ss").innerHTML = "熱門隨選商品："+pdt.split("|@|")[1]+"";
  document.getElementById("ss_link").href = "http://www.gcamay.com.tw/search/&searchText="+pdt.split("|@|")[0]+"&searchScope=inventory&no="+pdt.split("|@|")[0]+"";
}
function nextSlideShow(){
  jsrsPOST = 'Y';
  jsrsExecute("jsrs.php", okay, "getNextSlideShowItem", Array(""));
  if(bSlideShow) window.setTimeout("nextSlideShow()", (Math.round(Math.random()*10)+7)*1000);
}
function startSlideShow(){
  bSlideShow = true;
  window.setTimeout("nextSlideShow()", 10000);
}

