function ad_iframe(tag,timer){/*if(timer=='')timer=15000;window.setInterval('ad_reload("'+tag+'")',timer);*/}
function ad_reload(tag){$(tag).each(function(index){var obj=this;window.setTimeout(function(){obj.contentWindow.location.replace(obj.src);},index*2000);});}
