var photos = new Array(); var pr_ids = new Array(); var which = 0; photos[0] = "20090814295151.jpg"; pr_ids[0] = "0"; photos[1] = "200908142878033.jpg"; pr_ids[1] = "0"; photos[2] = "200908141327898.jpg"; pr_ids[2] = "0"; elem = Math.floor(Math.random() * photos.length); address = photos[elem]; draw(address); setTimeout("changeimage('photoslider1');", 1000); function changeimage(obj) { elem = Math.floor(Math.random() * photos.length); address = photos[elem]; product_id = pr_ids[elem]; var address = photos[elem]; document.getElementById(obj+'h').href = 'javascript:;'; if (product_id > 0) document.getElementById(obj+'h').href = '/?p=roduct_details&product_id='+product_id; try{ document.getElementById(obj).filters.revealTrans.Transition=Math.floor(Math.random()*23); document.getElementById(obj).filters.revealTrans.stop(); document.getElementById(obj).filters.revealTrans.apply(); document.getElementById(obj).src = "http://is.timexint.com/images/products_anim_img/" + address; document.getElementById(obj).filters.revealTrans.play(); setTimeout("changeimage('"+obj+"');", 3000); }catch(err){ document.getElementById(obj).src = "http://is.timexint.com/images/products_anim_img/" + address; setTimeout("changeimage('"+obj+"');", 3000); } } function draw(address) { document.write(''); }