<!--


function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.sextoyvibes.com/images2/banners/bh_perfect_woman.gif"
myimages[2]="http://www.sextoyvibes.com/images2/banners/bh_1NParis.gif" 
myimages[3]="http://www.sextoyvibes.com/images2/banners/8F532F0D70.gif"
myimages[4]="http://www.sextoyvibes.com/images2/banners/374x60_rental14.gif" 
myimages[5]="http://www.sextoyvibes.com/images2/banners/CFECD73D91.gif" 
myimages[6]="http://www.sextoyvibes.com/images2/banners/B1D107E6B2.gif" 
myimages[7]="http://www.sextoyvibes.com/images2/banners/74DB1E702E.gif" 
myimages[8]="http://www.sextoyvibes.com/images2/banners/E1654A5861.gif" 
myimages[9]="http://www.sextoyvibes.com/images2/banners/335F51A04F.gif" 
myimages[10]="http://www.sextoyvibes.com/images2/banners/CB70AB030A.gif" 
myimages[11]="http://www.sextoyvibes.com/images2/banners/FE13191F9F.gif" 
myimages[12]="http://www.sextoyvibes.com/images2/banners/CFA0879385.gif" 
myimages[13]="http://www.sextoyvibes.com/images2/banners/E5695FF1CE.gif" 
myimages[14]="http://www.sextoyvibes.com/images2/banners/3905916977.gif" 
myimages[15]="http://www.sextoyvibes.com/images2/banners/0E019AD7ED.gif" 
myimages[16]="http://www.sextoyvibes.com/images2/banners/48AED51F3E.gif" 
myimages[17]="http://www.sextoyvibes.com/images2/banners/9C8383B92D.gif" 
myimages[18]="http://www.sextoyvibes.com/images2/banners/94F6D5D700.gif" 
myimages[19]="http://www.sextoyvibes.com/images2/banners/F2FC9D26E5.gif" 
myimages[20]="http://www.sextoyvibes.com/images2/banners/C3E87FB6C4.gif" 
myimages[21]="http://www.sextoyvibes.com/images2/banners/050492D45C.gif" 
myimages[22]="http://www.sextoyvibes.com/images2/banners/0C74BADF7E.gif" 
myimages[23]="http://www.sextoyvibes.com/images2/banners/BEED1D814F.gif" 


//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/9"
imagelinks[2]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/126"
imagelinks[3]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/179" 
imagelinks[4]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/1" 
imagelinks[5]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/190" 
imagelinks[6]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/209" 
imagelinks[7]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/228" 
imagelinks[8]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/233" 
imagelinks[9]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/240" 
imagelinks[10]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/243" 
imagelinks[11]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/255" 
imagelinks[12]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/259" 
imagelinks[13]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/265" 
imagelinks[14]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/270" 
imagelinks[15]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/285" 
imagelinks[16]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/288" 
imagelinks[17]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/291" 
imagelinks[18]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/300" 
imagelinks[19]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/324" 
imagelinks[20]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/362" 
imagelinks[21]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/367" 
imagelinks[22]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/369" 
imagelinks[23]="http://superstore.sextoyvibes.com/redirect_banner_ads.cfm/id/383" 


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}
random_imglink()
//-->