<?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; avipic</title>
	<atom:link href="http://www.imvuspace.com/tag/avipic/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>Scroll AviPics in Visitors Panel</title>
		<link>http://www.imvuspace.com/scroll-avipics-in-visitors-panel/</link>
		<comments>http://www.imvuspace.com/scroll-avipics-in-visitors-panel/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:15:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[avipic]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[Scroll]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=275</guid>
		<description><![CDATA[This makes the avipics in your visitors panel scrolling from right to left. Place this code in a panel *after* the visitors panel! 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 makes the avipics in your visitors panel scrolling from right to left. Place this code in a panel *after* the visitors panel!</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 madeby = 'www.imvuspace.com';
  function avPicScroller_by_imvuspace(inPanel) {
    var obj    = document.getElementById(inPanel+'_panel_body').getElementsByTagName('div');
    var result = '';
    for (var i = 0; i < obj.length; i++) {
      if (obj[i].className == 'avPic') {
        result += '<div class="avPic" style="float:left;padding:5px;font-size:12px;">' + obj[i].innerHTML + '</div>';
      }
    }
    document.getElementById(inPanel + '_panel_colRow').style.display  = 'none';
    document.getElementById(inPanel + '_panel_body').innerHTML       += '<marquee id="marquee' + inPanel + '"><nobr>' + result + '</nobr></marquee>';
    document.getElementById('marquee' + inPanel).start();
  }
  avPicScroller_by_imvuspace('visitors');
</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/scroll-avipics-in-visitors-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroll AviPics in Buddy Panel</title>
		<link>http://www.imvuspace.com/scroll-avipics-in-buddy-panel/</link>
		<comments>http://www.imvuspace.com/scroll-avipics-in-buddy-panel/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:13:40 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[avipic]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[Scroll]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=273</guid>
		<description><![CDATA[This makes the avipics in your buddy panel scrolling from right to left. Place this code in a panel *after* the buddy/friends panel! 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 makes the avipics in your buddy panel scrolling from right to left. Place this code in a panel *after* the buddy/friends panel!</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 madeby = 'www.imvuspace.com';
  function avPicScroller_by_imvuspace(inPanel) {
    var obj    = document.getElementById(inPanel+'_panel_body').getElementsByTagName('div');
    var result = '';
    for (var i = 0; i < obj.length; i++) {
      if (obj[i].className == 'avPic') {
        result += '<div class="avPic" style="float:left;padding:5px;font-size:12px;">' + obj[i].innerHTML + '</div>';
      }
    }
    document.getElementById(inPanel + '_panel_colRow').style.display  = 'none';
    document.getElementById(inPanel + '_panel_body').innerHTML       += '<marquee id="marquee' + inPanel + '"><nobr>' + result + '</nobr></marquee>';
    document.getElementById('marquee' + inPanel).start();
  }
  avPicScroller_by_imvuspace('friends');
</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/scroll-avipics-in-buddy-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace Own Avatar Picture</title>
		<link>http://www.imvuspace.com/replace-own-avatar-picture/</link>
		<comments>http://www.imvuspace.com/replace-own-avatar-picture/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:17:54 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[avipic]]></category>
		<category><![CDATA[coeds]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=208</guid>
		<description><![CDATA[This will change your own avatar picture! This code works fine when added into aboutme panel. Change the picture link into your favourite pic! Dont forget the quotes! 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 will change your own avatar picture! This code works fine when added into aboutme panel. Change the picture link into your favourite pic! Dont forget the quotes!</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].src='http://ray.imvuspace.com/sidebar.gif';
</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/replace-own-avatar-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

