function random_textlink(){
var mytext=new Array()

mytext[1]="Do You want to have Your text here?"
mytext[2]="Your message here?"
mytext[3]="Send us your funniest YouTube video"
mytext[4]="Join BaraSkit.se on facebook!"
mytext[5]="Join us on facebook!"

var textlinks=new Array()
textlinks[1]="http://www.baraskit.se/random/advertise"
textlinks[2]="http://www.baraskit.se/random/advertise"
textlinks[3]="http://videos.baraskit.se"
textlinks[4]="http://www.facebook.com/BaraSkit"
textlinks[5]="http://www.facebook.com/BaraSkit"

var ry=Math.floor(Math.random()*mytext.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+textlinks[ry]+'"target="_blank"'+'><span class="randomlink">'+mytext[ry]+'</a>')
}
random_textlink()
