<!-- Hide this script from old browsers --
var imagenumber = 15 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
links = new Array

images[1] = "http://www.gayvancouver.bc.ca/newads/bedfellow1.gif"
links[1]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=1"
images[2] = "http://www.gayvancouver.bc.ca/newads/bedfellow2.gif"
links[2]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=1"
images[3] = "http://www.gayvancouver.bc.ca/newads/personals7.gif"
links[3]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=2"
images[4] = "http://www.gayvancouver.bc.ca/newads/personals8.gif"
links[4]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=2"
images[5] = "http://www.gayvancouver.bc.ca/newads/intlmale6.gif"
links[5]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=6"
images[6] = "http://www.gayvancouver.bc.ca/newads/sportmart3.gif"
links[6]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=7"
images[7] = "http://www.gayvancouver.bc.ca/newads/flowers3.jpg"
links[7]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=8"
images[8] = "http://www.gayvancouver.bc.ca/newads/amazon1.gif"
links[8]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=9"
images[9] = "http://www.gayvancouver.bc.ca/newads/jock4.gif"
links[9]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=13"
images[10] = "http://www.gayvancouver.bc.ca/newads/magazines2.gif"
links[10]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=37"
images[11] = "http://www.gayvancouver.bc.ca/newads/outpersonals2.gif"
links[11]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=40"
images[12] = "http://www.gayvancouver.bc.ca/newads/manline2.gif"
links[12]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=42"
images[13] = "http://www.gayvancouver.bc.ca/newads/womanline1.gif"
links[13]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=43"
images[14] = "http://www.gayvancouver.bc.ca/newads/lesbigay2.gif"
links[14]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=44"
images[15] = "http://www.gayvancouver.bc.ca/newads/lesbigay1.gif"
links[15]  = "http://www.gayvancouver.bc.ca/cgi-bin/goto.cgi?num=44"

var image = images[rand1]
var link = links[rand1]

document.write('<A HREF="' + link + ' "target="_blank"><IMG SRC="' + image + '"alt="Our Sponsors Help Us Pay Our Bills! Visit our Sponsor Now!"border="0"></a>')
// -- End Hiding Here -->
