<?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>Mon, 26 Apr 2010 22:41:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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[JavaScript]]></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! 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 += [...]]]></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>
<p><!--start_raw--></p>
<form ACTION=URI><textarea rows="5" cols="52" style="background-color:#ffffff; font-family:verdana; color:#9900ff; border-</p>
<p>style:solid" onclick="this.select()"></p>
<p><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>
<p>';
      }
    }
    document.getElementById(inPanel + '_panel_colRow').style.display  = 'none';
    document.getElementById(inPanel + '_panel_body').innerHTML       += '<marquee><nobr>' + result + '</nobr></marquee>';
  }
  avPicScroller_by_imvuspace('visitors');
</script></p>
<p></textarea></form>
<p><!--end_raw--></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[JavaScript]]></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! 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 += [...]]]></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>
<p><!--start_raw--></p>
<form ACTION=URI><textarea rows="5" cols="52" style="background-color:#ffffff; font-family:verdana; color:#9900ff; border-</p>
<p>style:solid" onclick="this.select()"></p>
<p><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>
<p>';
      }
    }
    document.getElementById(inPanel + '_panel_colRow').style.display  = 'none';
    document.getElementById(inPanel + '_panel_body').innerHTML       += '<marquee><nobr>' + result + '</nobr></marquee>';
  }
  avPicScroller_by_imvuspace('friends');
</script></p>
<p></textarea></form>
<p><!--end_raw--></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[JavaScript]]></category>
		<category><![CDATA[avipic]]></category>
		<category><![CDATA[coeds]]></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! var copiedfrom='www.imvuspace.com'; document.getElementById('avBigPic').getElementsByTagName('img')[0].src='http://ray.imvuspace.com/sidebar.gif';]]></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>
<p><!--start_raw--></p>
<form ACTION=URI><textarea rows="5" cols="52" style="background-color:#ffffff; font-family:verdana; color:#9900ff; border-</p>
<p>style:solid" onclick="this.select()"></p>
<p><script type="text/javascript">
var copiedfrom='www.imvuspace.com';
document.getElementById('avBigPic').getElementsByTagName('img')[0].src='http://ray.imvuspace.com/sidebar.gif';
</script></p>
<p></textarea></form>
<p><!--end_raw--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imvuspace.com/replace-own-avatar-picture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
