Unlimitedapps
Gbemicharles Note: replace where you see
YOUR-LOGO-URL with your logo links!
Create a plaintext file direct in your filebrowser @
http://xtgem.com/filebrowser name it
logo.js and paste the below code inside it and save!
/* random content script */
var quotes=new Array()
quotes[0]='<center><div align="center" style="background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><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://YOUR-LOGO-URL.Png) no-repeat top left; padding-bottom:5; width:235px;"><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://YOUR-LOGO-URL.Png) no-repeat top left; width:235px;"><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[3]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.Png) no-repeat top left; width:235px;"><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[4]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.Png) no-repeat top left; width:235px;"><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://YOUR-LOGO-URL.Png) no-repeat top left; width:200px;"><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://YOUR-LOGO-URL.png) no-repeat top left; padding-bottom:5; width:235px;"><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://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><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://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><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://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><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[10]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><right><div style="background:url(http://unlimitedapps.xtgem.com/Admin/Pic/xt6.png) no-repeat bottom right; padding-top:70px;"></right></div></div></center>'
quotes[11]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><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[12]='<center><div align="center" style="margin:2px; background:url(http://YOUR-LOGO-URL.png) no-repeat top left; width:235px;"><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 Then paste the below javascript code anywhere you want the logos to be displaying!
<script language="javascript" src="http://yoursitename.xtgem.com/logo.js"></script>
Copy code