youngweezy
Give me the code 4 random photo
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
Blezywap
Blezywap Put this one in the place u want the random images to appear and edit the link where the other code is
<script type="text/javascript" src="http://your.site.com/random.js"></script>
Copy code
Blezywap
youngweezy I did nt mean only .js. i mean u should end it with .js e.g random.js or any name u want only u should put the .js at the end becaus das javascript