Search
Most common:
center
,
hide
,
special someone
,
text
,
panel
,
scroll
,
center panels
Login
Change Avi Name
47448 views
imvucodesAds
Added by
productions
This one change your avi name every 3 or 4 seconds in something else. Can be placed anywhere.
»
Discuss about this code snippet on imvuboard.com
<script type="text/javascript"> /* by productions published on http://imvu.at/ic54 under CC-Share-alike license */ 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>
Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.
Adjust code
Name 1
Name 2
Name 3
Name 4
Name 5
Name 6
Update code above!
Share:
Preview:
Try this code
Problem?
Report
Comments
Ask a Question on imvucodes