imvuWatcher
|
Twitter
|
Blog
|
Bookmark this!
|
Help
|
Contact
« change avi name
Change Avi Name
Parameter
Content
Name 1
Name 2
Name 3
Name 4
Name 5
Name 6
<script type="text/javascript"> var copiedfrom='www.imvucodes.net'; var forSP_othernames=new Array('anything','anything2','anything3','anything4','anything5','anything6'); var forSP_nameid; function forSP_changeaviname() { forSP_nameid_new=Math.round((forSP_othernames.length-1)*(Math.random())); if(forSP_nameid==forSP_nameid_new) { forSP_changeaviname(); } else { forSP_nameid=forSP_nameid_new; document.getElementById('aboutme_panel_body').getElementsByTagName('b')[0].innerHTML=forSP_othernames[forSP_nameid]; document.title=forSP_othernames[forSP_nameid]; } } window.setInterval('forSP_changeaviname()',3000); </script>
To copy the code: Click on the code to select it, press CTRL+C to copy and CTRL+V to paste it at a given location!