LORDEAGLE
said to WHITETOOTH 0n
2015-01-27 03:01
Here is the exact code am using edit to your taste,
/* random links script */
var quotes=new Array()
quotes[0]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglendtsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenet&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
quotes[1]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglenetsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenetsoftwares&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
/*My Ads*/
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
Copy code
how to use it copy this code to a blank html file named anything eg fb, and save it then on the page u want it to apear paste this code [code]<script language="javascript" src="LINK TO WHERE ABOVE SCRIPT IS"></script>var quotes=new Array()
quotes[0]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglendtsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenet&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
quotes[1]='<center><script type="text/javascript" src="http://static.addynamo.net/ad/js/deliverAds.js"></script><hr/><div style="background-color:white;margin:0;padding:0"><div style="padding:2px;text-align:left;background-color:white;"><img src="http://weezywap.xtgem.com/Wapmasta/Icon/ad.gif" alt=" "/><a href="http://facebook.com/eaglenetsoftwares/"><b>EAGLENET on facebook</b></a><br/>Like eaglenet on facebook.<br/><iframe src="http://www.facebook.com/plugins/like.php?href=http://facebook.com/eaglenetsoftwares&layout=standard&show_faces=false&width=150&action=like&font=tahoma&colorscheme=light&height=100" scrolling="no" frameborder="0" style="border:none;overflow:hidden; width:250px;height:100px;" allowTransparency="true"></iframe><br/><font color="green">facebook.com/eaglenetsoftwares</font></div></div></center>'
/*My Ads*/
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
Copy code
-
·
- rated(0)