<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>eVolutioniscoming</title>
	<atom:link href="http://businessevolution.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://businessevolution.wordpress.com</link>
	<description>Be a Pioneer</description>
	<lastBuildDate>Fri, 13 Jul 2007 08:35:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='businessevolution.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>eVolutioniscoming</title>
		<link>http://businessevolution.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://businessevolution.wordpress.com/osd.xml" title="eVolutioniscoming" />
	<atom:link rel='hub' href='http://businessevolution.wordpress.com/?pushpress=hub'/>
		<item>
		<title>eVolution is coming</title>
		<link>http://businessevolution.wordpress.com/2007/06/25/evolution-is-coming/</link>
		<comments>http://businessevolution.wordpress.com/2007/06/25/evolution-is-coming/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 12:28:31 +0000</pubDate>
		<dc:creator>jbnunes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://businessevolution.wordpress.com/2007/06/25/evolution-is-coming/</guid>
		<description><![CDATA[“All I ask is for an unfair advantage.” W.C. Fields once said. &#160; That&#8217;s exactly what you have been given. You have been given the First Mover Advantage. You are one of a few priviledged people on the planet to seeing this information for the first time! eVo LEADERSHIP REGISTRATION will close on the 14th [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=businessevolution.wordpress.com&amp;blog=1275370&amp;post=3&amp;subd=businessevolution&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2 align="center"></h2>
<h2 align="center"><font color="#ff0000">“All I ask is for an unfair advantage.”</font></h2>
<h3 align="center">W.C. Fields once said.</h3>
<p align="center">&nbsp;</p>
<p><strong>That&#8217;s exactly what you have been given.</strong></p>
<p>You have been given the First Mover Advantage. You are one of a few priviledged people on the planet to seeing this information for the first time!</p>
<p>eVo LEADERSHIP REGISTRATION will close on the 14th July 2007 so, take action now, before it&#8217;s too late&#8230;</p>
<p align="left"><!--  						// called to validate the application form  						function fnValidate(){  							//var glbF  = document.getElementById("fmMain_Main");  							  							if (!fnGV(glbF.first_name.value, 1, 25, "str")) {  								alert("First Name " + strReqFld + "(From 1 to 25 characters)");  								glbF.first_name.focus();  								return false;  							}  							if (!fnGV(glbF.last_name.value, 1, 25, "str")) {  								alert("Surname " + strReqFld + "(From 1 to 25 characters)");  								glbF.last_name.focus();  								return false;  							}  							  							if (!fnGV(glbF.email.value, 1, 60, "str")) {  								alert("Email " + strReqFld + "(From 1 to 60 characters)");  								glbF.email.focus();  								return false;  							} else {  								if (!isValidEmail(glbF.email.value)) {  									alert("'" + glbF.email.value + "' " + strEmail);  									glbF.email.focus();  									return false;		  								}  							}  							  							if (trim(glbF.email.value) != trim(glbF.email1.value)) {  								alert("The email address entries do not match. Please check.");  								glbF.email.focus();  								return false;  							}  							  							/*  							if (!fnGV(glbF.password.value, 5, 25, "str")) {  								alert("Password " + strReqFld + "(From 5 to 25 characters)");  								glbF.password.focus();  								return false;  							}  							  							if (trim(glbF.password.value) != trim(glbF.confirm_password.value)) {  								alert("The password entries do not match. Please check.");  								glbF.password.focus();  								return false;  							}  							*/  							if (glbF.keep_update.checked == false){  								alert("You must agree to receive eVo alerts and promotional material in order to use this service.");  								return false;  							}  							  							  							return true;  							  						}    						  						function fnCase(field)	{  							var strValue = field.value;  							var strName = field.name;  							var strNew = "";  							  							//alert(strName);  							if(strName == "first_name" || strName == "last_name" ||   							strName == "address1" || strName == "address2" || strName == "city" || strName == "state" || strName == "company"){  								strNew = normalizeWords(strValue);  							}else if(strName == "postcode" ){  								strNew = strValue.toUpperCase();  							}		  							field.value = strNew ;  							  							return true;  						}      						function fnSubmit(){  							if (fnValidate()){  								var msg = 'To ensure that our emails reach you, please update any anti-spam system you, your ISP,\n' +  										  'or your webmail host (e.g. Hotmail) are using so that it accepts emails from these domains:\n\n' +  										  '                                                      vwd-e.com\n' +  										  '                                                     vwdmail.com\n';  								alert(msg);  								glbF.submit();  								//document.forms["frmMain"].submit();  								//document.getElementsByName("frmMain")[0].submit();  								//document.getElementById("frmMain").submit();  								//document.frmMain.submit();  							}  						}  						  					//--><font color="#0000ff"><a href="http://www.evolutioniscoming.com/EVO188172JN" target="_blank"><font size="2"><strong>Click Here To Pre-register</strong></font></a><br />
<strong><font color="#000000" size="2">(If required, my guest login is: EVO188172JN)</font></strong></font></p>
<p>This is a new home-based business opportunity that encapsulates two of the most exciting phenomena on the Web: Online Games Entertainment and Social Networking.</p>
<p>(please note we mean casual skill games, family entertainment/recreational games, not gambling)</p>
<p>On the 15th July 2007, at evolution day, these two explosive market sectors will be brought together at the Global Pre-Launch of e-play project.</p>
<p align="center"><font size="4"><strong>A Market Growing to $412 Every Second</strong></font></p>
<p><font size="4"><font size="2">The Internet is the fastest-growing marketplace in the history of the world, but there is an online sector that is growing four times faster than the Internet: the online games market (fun games where players can compete against other players from all around the world and test their skill).</font></font></p>
<p><font size="4"><font size="2">Alex Burmaster, European Internet Analyst (Nielsen//NetRatings), said, “Take the fact that the online games sector is growing at four times the rate of overall Internet growth together with the increasing numbers … online and it is easy to see why companies such as MTV Networks are looking to get a piece of the action.”</font></font></p>
<p><font size="4"><font size="2">The online games sector has been identified as the next step in the evolution of online entertainment, and people of all ages, from all over the world, play in their millions.</font></font></p>
<p><font size="4"><font size="2">The market is currently worth $164 USD a second, and in the next 156 weeks is expected to grow to $412 USD a second – of every minute of every day, and growing.</font><font size="2"> </font></font></p>
<p><font size="4"><font size="2">And e-play will give you an online business to claim your slice of that $412 USD a second.</font></font></p>
<p><font size="4"><font size="2"><font size="2"><a href="http://www.evolutioniscoming.com/EVO188172JN" target="_blank">Click Here To Pre-register</a></font><br />
<font color="#000000" size="2"><strong>(If required, my guest login is: EVO188172JN)<br />
</strong></font></font></font></p>
<p align="center"><font size="4"><font size="2"><font color="#000000" size="2"><font size="4"><strong>A Market Reaching 45% Of All Internet Users</strong></font></font></font></font></p>
<p><font size="4"><font size="2"><font color="#000000" size="2"><font size="4"><font size="2">You have probably seen sites like &#8216;MySpace&#8217;, which has 176 million users. These sites are communities where people can interact and share their loves, their hates, their common interests and whatever is on their minds.</font></font></font></font></font></p>
<p><font size="4"><font size="2"><font color="#000000" size="2"><font size="4"><font size="2">Digital Media Wire (April 2007) reports that brands such as Adidas and Electronic Arts (games developers and publishers) attributed more than 70% of their marketing return to the word-of-mouth effect within social networks.</font></font><font size="2"><font size="4"><font size="2"> </font></font></font></font></font></font></p>
<p><font size="4"><font size="2"><font color="#000000" size="2"><font size="2"><font size="4"><font size="2">Nielson//NetRatings (May 2006) reports: “Social Networking sites grow 47%, year over year, reaching 45% of web users.” These figures speak for themselves.</font></font></font><font size="2"><font size="4"><font size="2"> </font></font></font></font></font></font></p>
<p><font size="4"><font size="2"><font color="#000000" size="2"><font size="2"><font size="4"><font size="2">Now imagine being able to harness this powerful medium, using it to fuel your new online games, entertainment and social networking business!</font></font></font><font size="2"><font size="4"><font size="2"> </font></font></font><font size="2"><font size="4"><font size="2"><font size="2"><font size="2"><font size="4"><font size="2"><br />
</font></font></font></font></font></font></font></font></font></font></p>
<p align="center"><font size="4"><a href="http://www.evolutioniscoming.com/EVO188172JN" target="_blank"><strong><img src="http://www.evolutioniscoming.com/flash_tools/468x60-evo.gif" border="0" height="60" width="468" /></strong></a></font></p>
<p><a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://businessevolution.wordpress.com"></a><a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://businessevolution.wordpress.com"></a><a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://businessevolution.wordpress.com"></a></p>
<p style="text-align:center;"><a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://businessevolution.wordpress.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a></p>
<h2 align="center"><a href="http://evolutioniscoming-global.blogspot.com/" title="eVolutioniscoming" target="_blank"><font color="#ff0000">My Blogspot Home</font></a></h2>
<h1 align="center"></h1>
<p align="center">&nbsp;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/businessevolution.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/businessevolution.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/businessevolution.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/businessevolution.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/businessevolution.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/businessevolution.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/businessevolution.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/businessevolution.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/businessevolution.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/businessevolution.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/businessevolution.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/businessevolution.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/businessevolution.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/businessevolution.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/businessevolution.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/businessevolution.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=businessevolution.wordpress.com&amp;blog=1275370&amp;post=3&amp;subd=businessevolution&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://businessevolution.wordpress.com/2007/06/25/evolution-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cf1258f259c24eb505553169cb581c6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">jbnunes</media:title>
		</media:content>

		<media:content url="http://www.evolutioniscoming.com/flash_tools/468x60-evo.gif" medium="image" />

		<media:content url="http://static.technorati.com/pix/fave/tech-fav-1.png" medium="image">
			<media:title type="html">Add to Technorati Favorites</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://businessevolution.wordpress.com/2007/06/23/hello-world/</link>
		<comments>http://businessevolution.wordpress.com/2007/06/23/hello-world/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 02:16:21 +0000</pubDate>
		<dc:creator>jbnunes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to my blog!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=businessevolution.wordpress.com&amp;blog=1275370&amp;post=1&amp;subd=businessevolution&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to my blog!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/businessevolution.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/businessevolution.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/businessevolution.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/businessevolution.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/businessevolution.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/businessevolution.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/businessevolution.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/businessevolution.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/businessevolution.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/businessevolution.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/businessevolution.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/businessevolution.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/businessevolution.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/businessevolution.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/businessevolution.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/businessevolution.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=businessevolution.wordpress.com&amp;blog=1275370&amp;post=1&amp;subd=businessevolution&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://businessevolution.wordpress.com/2007/06/23/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cf1258f259c24eb505553169cb581c6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">jbnunes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
