function cycleImage(images,id,root,width,height){
if(images.length==0)return;
var wid;
var ht;
if(null!=width){
wid = 'width='+width;
}
if(null!=height){
ht = 'height='+height;
}
document.write('
');
var imgIndex = 0;
//var obj = document.getElementById(id);
nextAd(images,imgIndex,id);
}
function dafaultImg(t,r){
t.src=r+"/frontsite/images/nopic_small.jpg"
}
function setTransition(obj){
if (document.all){
obj.filters.revealTrans.Transition=Math.floor(Math.random()*23);
obj.filters.revealTrans.apply();
}
}
function playTransition(obj){
if (document.all)
obj.filters.revealTrans.play()
}
function nextAd(bannerAD,adNum,id){
var obj = document.getElementById(id);
if(adNum