wapar
Chylin Create a plaintext file direct in ur filebrowser @
http://xtgem.com/filebrowser name it logo.js n paste d bel0w code 0n it, and save..
/* random content script */
var quotes=new Array()
quotes[0]='<center><div align="center" style="background:url(http://chylin.xtgem.com/logo/chylin1.png) no-repeat top left; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[1]='<center><div align="center" style="margin:2px; background:url(http://chylin.xtgem.com/logo/chylin2.png) no-repeat top left; padding-bottom:5; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt4.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[2]='<center><div align="center" style="margin:2px; background:url(http://chylin.xtgem.com/logo/chylin3.png) no-repeat top left; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt7.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[4]='<center><div align="center" style="margin:2px; background:url(http://chylin.xtgem.com/logo/chylin5.png) no-repeat top left; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt10.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[5]='<center><div align="center" style="background:url(http://chylin.xtgem.com/logo/chylin6.png) no-repeat top left; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt3.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[6]='<center><div align="center" style="margin:2px; background:url(http://chylin.xtgem.com/logo/chylin7.png) no-repeat top left; padding-bottom:5; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt4.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[7]='<center><div align="center" style="margin:2px; background:url(http://chylin.xtgem.com/logo/chylin8.png) no-repeat top left; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt7.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[8]='<center><div align="center" style="margin:2px; background:url(http://chylin.xtgem.com/logo/chylin9.png) no-repeat top left; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt5.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[9]='<center><div align="center" style="margin:2px; background:url(http://chylin.xtgem.com/logo/chylin10.png) no-repeat top left; width:250px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt7.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
Copy code
And paste dis Javascript anywhere u want d random logo to appear...
<script language="javascript" src="http://chylin.xtgem.com/logo.js"></script>
Copy code