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

var randomlinks=new Array()



randomlinks[0]='<a href="http://www.mvpbiotech.com/powermassxtreme.html" target="_self"><img alt="" src="http://www.mvpbiotech.com/random3/1.jpg" width="321" height="203" border="0">'
randomlinks[1]='<a href="http://www.facebook.com/#/pages/MVP-Biotech/194251024573?ref=ts" target="_self"><img alt="" src="http://www.mvpbiotech.com/random3/2.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 -->
