banners = new Array()
banners[0]="Spoil her love gifts"
banners[1]="Send Romantic cards"
banners[2]="Love gifts and ideas"
banners[3]="Personlized photo puzzle"
banners[4]="Send her flowers"
banners[5]="Love message in bottle"
banners[6]="Personalized love gifts"
banners[7]="Send her flowers"
banners[8]="Send her gold flowers"


GoTo = new Array()
GoTo[0]="http://www.shareasale.com/r.cfm?B=113139&U=96183&M=16182"
GoTo[1]="http://www.shareasale.com/r.cfm?b=154483&u=96183&m=12808&urllink=&afftrack="
GoTo[2]="http://www.shareasale.com/r.cfm?B=146094&U=96183&M=18926"
GoTo[3]="http://www.shareasale.com/r.cfm?B=59202&U=96183&M=10436"
GoTo[4]="http://www.shareasale.com/r.cfm?B=42018&U=96183&M=7325"
GoTo[5]="http://www.shareasale.com/r.cfm?B=22141&U=96183&M=5678"
GoTo[6]="http://www.shareasale.com/r.cfm?B=82365&U=96183&M=4313"
GoTo[7]="http://www.shareasale.com/r.cfm?B=78905&U=96183&M=7726"
GoTo[8]="http://www.shareasale.com/r.cfm?B=43709&U=96183&M=8232"


var Number = Math.round(8 * Math.random());
var TheLink = GoTo[Number]
var TheText = banners[Number]
document.write('<A HREF="' +TheLink+ '" target="_blank" rel="nofollow" class="type3">' +TheText+ '</A>')