// JavaScript Document
<!-- Javascript code begins -->

var randomlinks=new Array()



randomlinks[0]='<a href="http://www.xlmag.tv" target="_self"><img alt="" src="http://www.mvpbiotech.com/random2/1.jpg" width="321" height="203" border="0">'
randomlinks[1]='<a href="http://www.mvpbiotech.com/products.html" target="_self"><img alt="" src="http://www.mvpbiotech.com/random2/3.jpg" width="321" height="203" border="0">'




function randomlink(){

var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]

return(add)

}

 

document.write( randomlink() );

<!-- Javascript code ends -->
