

var photos=new Array()
var photoslink=new Array()
var which=0


photos[0]="../Web/Email%20Promotions%202012/Health-Nutrition%20Responders.jpg"
photos[01]="../Web/Email%20Promotions%202012/HerbQuarterlyMagazineSubscribersLis011012copy2.jpg"
photos[02]="../Web/Email%20Promotions%202011/Heavy%20Metal%20Blow-In122111copy1.jpg"
photos[03]="../Web/Email%20Promotions%202011/brightclouddata120611copy1.jpg"
photos[04]="../Web/Email%20Promotions%202011/HeavyMetalMagazineSubscribers111611copy1.jpg"
photos[05]="../Web/Email%20Promotions%202011/SharperImageCatalogBlow-In111711copy3.jpg"
photos[06]="../Web/Email%20Promotions%202011/TowerHobbies1stQuarter2012copy1.jpg"
photos[07]="../Web/Email%20Promotions%202011/Happy%20Kids%20Personalized%20ProductsPkgRAL101711copy2.jpg"
photos[08]="../Web/Email%20Promotions%202011/AM%20Leonard&GardenersEdge%20Catalog%20Blow-In112111copy2.jpg"
photos[09]="../Web/Email%20Promotions%202011/NewsMaxEnhancedMasterfile111111copy2.jpg"
photos[10]="../Web/Email%20Promotions%202011/CurrentCatalogBlow-In110811copy2.jpg"
photos[11]="../Web/Email%20Promotions%202011/OSGBillingServicesStatements102111copy1.jpg"
photos[12]="../Web/Email%20Promotions%202011/MillionDollarIncome110111copy3.jpg"
photos[13]="../Web/Email%20Promotions%202011/CCCData30PercentOffBaseRate092611copy1.jpg"
photos[14]="../Web/Email%20Promotions%202011/SharperImageCatalogBlow-In083111copy2.jpg"
photos[15]="../Web/Email%20Promotions%202011/Fairfield%20CollectiblesOnPageCatalogAdProgram081511.jpg"
photos[16]="../Web/Email%20Promotions%202011/Lion%20Brand%20Yarn%20Buyers081111copy1.jpg"
photos[17]="../Web/Email%20Promotions%202011/BartshNewEnglandGeographicNetwork060911copy4.jpg"
photos[18]="../Web/Email%20Promotions%202011/EntertainmentEarthCatalogProductBuyers031511copy4.jpg"
photos[19]="../Web/Email%20Promotions%202011/BallyTotalFitnessMemberMailingRide-Along050611copy1.jpg"












var linkornot=0

photoslink[0]=""
photoslink[1]=""
photoslink[2]=""



var preloadedimages=new Array()
for (i=0;i<photos.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=photos[i]
}


function applyeffect(){
if (document.all && photoslider.filters){
photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
photoslider.filters.revealTrans.stop()
photoslider.filters.revealTrans.apply()
}
}



function playeffect(){
if (document.all && photoslider.filters)
photoslider.filters.revealTrans.play()
}

function keeptrack(){
window.status="Image "+(which+1)+" of "+photos.length
}


function backward(){
if (which>0){
which--
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function forward(){
if (which<photos.length-1){
which++
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function transport(){
window.location=photoslink[which]
}
