Blezywap
youngweezy Copy dis code and make sure u save it with .js and also edit my images link on it with ur own
/* random content script */
var quotes=new Array()
quotes[0]='<br/><img src="http://blessedwap.xtgem.com/Pix/Go.png" style="border:1px dashed green; max-width:85%; padding:2px;"/><br/>'
quotes[1]='<br/><img src="http://blessedwap.xtgem.com/Pix/Go2.png" style="border:1px dashed green; max-width:85%; padding:2px;"/><br/>'
quotes[2]='<br/><img src="http://blessedwap.xtgem.com/Pix/Go3.png" style="border:1px dashed green; max-width:85%; padding:2px;"/><br/>'
/* Your additional content here */
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
Copy code