<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IMVU SPACE &#187; avi</title>
	<atom:link href="http://www.imvuspace.com/tag/avi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imvuspace.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 08:01:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Bigger AviPic</title>
		<link>http://www.imvuspace.com/bigger-avipic/</link>
		<comments>http://www.imvuspace.com/bigger-avipic/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:09:44 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=202</guid>
		<description><![CDATA[Makes your own avatar picture bigger. Adjust the number to fit your needs. Just change the number on the very left (currently saying 320px). Dont leave out the quotes! This codes works fine in aboutmepanel! Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.]]></description>
			<content:encoded><![CDATA[<p>Makes your own avatar picture bigger. Adjust the number to fit your needs. Just change the number on the very left (currently saying 320px). Dont leave out the quotes! This codes works fine in aboutmepanel!</p>
<form action="URI"><textarea style="background-color: #ffffff; font-family: verdana; color: #9900ff; border-style: solid;" onclick="this.select()" cols="50" rows="5">


<script type="text/javascript">
var copiedfrom='www.imvuspace.com';
document.getElementById('avBigPic').getElementsByTagName('img')[0].style.width='320px';
</script>

</textarea>
</form>
<p>Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imvuspace.com/bigger-avipic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Avi Name (Timed)</title>
		<link>http://www.imvuspace.com/change-avi-name-timed/</link>
		<comments>http://www.imvuspace.com/change-avi-name-timed/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:08:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[name]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=200</guid>
		<description><![CDATA[This one change your avi name every 3 or 4 seconds in something else. Can be placed anywhere. Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.]]></description>
			<content:encoded><![CDATA[<p>This one change your avi name every 3 or 4 seconds in something else. Can be placed anywhere.</p>
<form action="URI"><textarea style="background-color: #ffffff; font-family: verdana; color: #9900ff; border-style: solid;" onclick="this.select()" cols="50" rows="5">
<script type="text/javascript">
var copiedfrom='www.imvuspace.com';
 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>
</textarea>
</form>
<p>Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imvuspace.com/change-avi-name-timed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

