
/*  Thanks for stopping by and having a look at our code, but please remember...
       Site content, design, coding, scripting and tagging copyright © 2000-2005 by Diane R. Tamburello. All rights reserved.
     pht : adR_homeo_bwp.js : lu:050325
*/

<!--

//Script Copyright Dynamic Drive 2001
//Our thanks to Dynamic Drive for this script
//Visit Dynamic Drive at http://www.dynamicdrive.com

//specify interval between slide (in mili seconds)
var slidespeed=9000
//specify images
var slideimages=new Array(
"../graphics/ad_TraumEx.gif",
"../graphics/ad_RelievOl.gif",
"../graphics/ad_Calmplex2000.gif",
"../graphics/ad_Orarex_MCF.gif",
"../graphics/ad_DefendOl.gif",
"../graphics/ad_PMS_Balance.gif"
)
//specify corresponding links
var slidelinks=new Array(
"http://nettrax3.infotraxsys.com/unicityusa/ShoppingCart/Shop.cfm?OwnerID=32725901",
"http://nettrax3.infotraxsys.com/unicityusa/ShoppingCart/Shop.cfm?OwnerID=32725901",
"http://nettrax3.infotraxsys.com/unicityusa/ShoppingCart/Shop.cfm?OwnerID=32725901",
"http://nettrax3.infotraxsys.com/unicityusa/ShoppingCart/Shop.cfm?OwnerID=32725901",
"http://nettrax3.infotraxsys.com/unicityusa/ShoppingCart/Shop.cfm?OwnerID=32725901",
"http://nettrax3.infotraxsys.com/unicityusa/ShoppingCart/Shop.cfm?OwnerID=32725901"
)
var imageholder=new Array()
var ie55=window.createPopup
for (i=0;i<slideimages.length;i++){
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}

function gotoshow(){
window.location=slidelinks[whichlink]
}

//-->