<?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; Blink</title>
	<atom:link href="http://www.imvuspace.com/tag/blink/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>Blinking Title Bar</title>
		<link>http://www.imvuspace.com/blinking-title-bar/</link>
		<comments>http://www.imvuspace.com/blinking-title-bar/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:58:01 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Blink]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[TitleBar]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=245</guid>
		<description><![CDATA[Replace &#8220;YOUR MESSAGE GOES HERE&#8221; in the code with the message you want to appear in the title bar of your page! Replace &#8220;******&#8221; and &#8220;&#8212;&#8212;-&#8221; in the blinking title bar code with whatever you want to blink on the sides of your title bar message. The title bar on this page (above) is an [...]]]></description>
			<content:encoded><![CDATA[<p>Replace &#8220;YOUR MESSAGE GOES HERE&#8221; in the code with the message you want to appear in the title bar of your page!</p>
<p>Replace &#8220;******&#8221; and &#8220;&#8212;&#8212;-&#8221; in the blinking title bar code with whatever you want to blink on the sides of your title bar message.</p>
<p>The title bar on this page (above) is an example of how the blinking title bar will look.</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';
function titlebar(val)
{
	var msg  = "YOUR MESSAGE GOES HERE";
	var speed = 500;
	var pos = val;

	var msg1  = "    ****** "+msg+" ******";
	var msg2  = "    ------- "+msg+" -------";

	if(pos == 0){
		masg = msg1;
		pos = 1;
	}
	else if(pos == 1){
		masg = msg2;
		pos = 0;
	}

	document.title = masg;
	timer = window.setTimeout("titlebar("+pos+")",speed);
}

titlebar(0);
</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/blinking-title-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

