text = new Array(9);

text[0] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?b=229241&u=96183&m=26896&urllink=&afftrack='>Custom posters from your favorite photos</a>";
text[1] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?b=154483&u=96183&m=12808&urllink=&afftrack='>Send romantic cards</a>";
text[2] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?B=146094&U=96183&M=18926'>Love gifts and ideas</a>";
text[3] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?B=59202&U=96183&M=10436'>Personlized photo puzzle</a>";
text[4] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?B=42018&U=96183&M=7325'>Send her flowers</a>";
text[5] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?B=82365&U=96183&M=4313'>Personalized love gifts</a>";
text[6] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?B=78905&U=96183&M=7726'>Send her flowers</a>";
text[7] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?B=43709&U=96183&M=8232'>Send her gold flowers</a>";
text[8] = "<a target='_blank' rel='nofollow' class='type3' href = 'http://www.shareasale.com/r.cfm?B=185866&U=96183&M=5678'>Send a message in a bottle</a>";

index = Math.floor(Math.random() * text.length);
document.write(text[index]);
