<?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/"
	>

<channel>
	<title>Chromand - Desiging, Developing, and Marketing for the Interwebs</title>
	<atom:link href="http://www.chromand.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chromand.com</link>
	<description>Now with less high-fructose corn syrup</description>
	<pubDate>Sun, 07 Jun 2009 20:17:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Addiction Based Game Design For Web Apps</title>
		<link>http://www.chromand.com/archives/addiction-based-game-design-for-web-apps</link>
		<comments>http://www.chromand.com/archives/addiction-based-game-design-for-web-apps#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:17:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Game Design]]></category>

		<category><![CDATA[achievements]]></category>

		<category><![CDATA[addiction]]></category>

		<category><![CDATA[Kongregate]]></category>

		<category><![CDATA[points]]></category>

		<category><![CDATA[StackOverflow]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=193</guid>
		<description><![CDATA[Ever wonder why World of Warcraft has such a devout following? The reason is because of a concept known as addiciton based game design. It's used in a variety of games to draw the user in, and get them hooked. It has made Blizzard millions, and these concepts can be used when designing web applications and other kinds of programming as well.]]></description>
			<content:encoded><![CDATA[<p>Ever wonder why World of Warcraft has such a devout following? The reason is because of a concept known as addiciton based game design. It&#8217;s used in a variety of games to draw the user in, and get them hooked. It has made Blizzard millions, and these concepts can be used when designing web applications and other kinds of programming as well.<span id="more-193"></span></p>
<h2>What Is An Addicting Design?</h2>
<p>Addicting game design is based around the idea of giving the player rewards for completing repetitive tasks. This has been around since the old arcade games. You can see it games like Galaga: shoot more ships, get more points.  Get more points, earn extra lives.  It&#8217;s also very common in RPGs, where player complete quests or fight enemies to gain experience and/or money, to upgrade their character and their equipment. The Idea to give the player several steps in the process, with enough rewards along the way to keep them going.  World Of Warcraft does this to perfection with their skill system. When a player gains a level, their skills don&#8217;t improve, but the maximum number of points they can have in that skill does. So they get a reward with each level,  they also get smaller rewards as they use the skills to gain more points for those skills. Basically people like having numbers that they can increment, and be rewarded for it.</p>
<p>Microsoft has also used the principal with their Achievement system. As players complete tasks, they get achievements and points that is tied to their gamer profile. Have you ever found yourself doing something in a game that wasn&#8217;t that fun, but you found yourself doing just to earn an achievement? I know I have.</p>
<h2>How This Applies to Web Applications</h2>
<p>These same principles can be applied to Web Applications. Have some way for your users to earn experience, reputation, etc. You also must have some way to reward them for it. Some forums have custom user titles that posters earn as they make more posts, or get &#8216;rep&#8217;, which some forums have as a way of voting up other users. Digg also does this a more silent fashion: the more stories you submit that get a lot of diggs, the easier it is for you to make the front page.</p>
<h2>Competitive Drive</h2>
<p>If there is one thing users like more than earning points, &#8216;leveling&#8217;, and so on, it&#8217;s being able to do it and being better than other people at it. If you had a forum, you could do something to highlight your top users.  Being competitive is simply human nature, and you can use this to your advantage to get people more involved with your site, and keep them around.</p>
<h2>Examples of Addictive Design</h2>
<p>Two sites that I use frequently have used these principles to make their site a more fun expierience for the user. One is <a href="http://www.kongregate.com">Kongregate</a>, a flash game site. Players can earn badges in certain games, which work in a similar fashion to Achievements on the Xbox 360.  Badges are worth a variety of points, from 5 for an easy one to 60 to an impossible one.  Players can also earn points for a variety of other activities on the site, such as rating games.  As players earn points, they gain levels like in an RPG. Kongregate also has special challenges that allow players to win cards for a game called Kongai, a collectible card game that can be played on the site. Kongregate is a &#8216;metagame&#8217;, and playing games to get awards has become a game in and of itself.</p>
<p>Another site is <a href="http://www.stackoverflow.com">StackOverflow</a>, a forum-like Q &amp; A site for programers, by posting and answering questions, they gain various privileges.They also have an achievement-type system.  Here is a list from their site:</p>
<table border="0">
<tbody>
<tr>
<td class="x">15</td>
<td>Vote up</td>
</tr>
<tr>
<td class="x">15</td>
<td>Flag offensive</td>
</tr>
<tr>
<td class="x">50</td>
<td>Leave comments</td>
</tr>
<tr>
<td class="x">100</td>
<td>Vote down (costs 1 rep), create new tags</td>
</tr>
<tr>
<td class="x">200</td>
<td>Reduced advertising</td>
</tr>
<tr>
<td class="x">250</td>
<td>Vote to close or open your questions</td>
</tr>
<tr>
<td class="x">500</td>
<td>Retag questions</td>
</tr>
<tr>
<td class="x">750</td>
<td>Edit community wiki posts</td>
</tr>
<tr>
<td class="x">2000</td>
<td>Edit other people&#8217;s posts</td>
</tr>
<tr>
<td class="x">3000</td>
<td>Vote to close any questions</td>
</tr>
<tr>
<td class="x">10000</td>
<td>Delete closed questions, access to moderation tools</td>
</tr>
</tbody>
</table>
<p>as you can see, users go from having less privliges than a regular forum user, to basically being a moderator. It not only motivates people to post on the site, but to do it well so they can earn more points and awards.</p>
<p>In Conclusion, you can see how using systems like this can help to keep users sticking around and using your site more. The more time they spend on your site, the more opprotunities you have to reach out to them with whatever message you would like to send or offers you are trying to promote. You could even reward users for referring other users, and help your site go viral. Have you ever applied these principals to a  website or application you&#8217;ve made? Ever gotten hooked to WoW or something similar?</p>
<h3>Sounds Like...</h3><ul class="related_post"><li>nothing yet</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/addiction-based-game-design-for-web-apps/feed</wfw:commentRss>
		</item>
		<item>
		<title>Attempt At PSDTuts Flaming Skull</title>
		<link>http://www.chromand.com/archives/attempt-at-psdtuts-flaming-skull</link>
		<comments>http://www.chromand.com/archives/attempt-at-psdtuts-flaming-skull#comments</comments>
		<pubDate>Thu, 16 Apr 2009 05:09:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Photoshop]]></category>

		<category><![CDATA[envato]]></category>

		<category><![CDATA[flaming skull]]></category>

		<category><![CDATA[graphic design]]></category>

		<category><![CDATA[photoshop]]></category>

		<category><![CDATA[psdtuts]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=189</guid>
		<description><![CDATA[PSDTuts Recently put up a tutorial called "How to Create a Hellacious Flaming Skull in Photoshop" , which is a valuable skill to have for any web designer in my opinion, especially if there are a lot of metal bands in your area. I decided to follow the tutorial and see how I could do.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.psdtuts.com">PSDTuts</a> Recently put up a tutorial called &#8220;<a href="http://psd.tutsplus.com/tutorials/photo-effects-tutorials/how-to-create-a-hellacious-flaming-skull-in-photoshop/">How to Create a Hellacious Flaming Skull in Photoshop</a>&#8221; , which is a valuable skill to have for any web designer in my opinion, especially if there are a lot of metal bands in your area. I decided to follow the tutorial and see how I could do. I didn&#8217;t follow the directions exactly though, and tried to use my own processes near the end.</p>
<p><span id="more-189"></span></p>
<p>Although I didn&#8217;t have access to the source images they did, mainly because they cost money, I did the best I could with what I had availible. Here was my final result:</p>
<p><img class="alignnone size-full wp-image-190" title="flaming-skull-tut" src="http://www.chromand.com/wp-content/uploads/2009/04/flaming-skull-tut.jpg" alt="flaming-skull-tut" width="419" height="570" /></p>
<h3>Sounds Like...</h3><ul class="related_post"><li>July 14, 2008 -- <a href="http://www.chromand.com/archives/weekly-links-vol-3" title="Weekly Links, Vol. 3">Weekly Links, Vol. 3</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/attempt-at-psdtuts-flaming-skull/feed</wfw:commentRss>
		</item>
		<item>
		<title>Blogging for JHouse Media</title>
		<link>http://www.chromand.com/archives/blogging-for-jhouse-media</link>
		<comments>http://www.chromand.com/archives/blogging-for-jhouse-media#comments</comments>
		<pubDate>Thu, 09 Apr 2009 01:56:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[jhousemedia]]></category>

		<category><![CDATA[MVC]]></category>

		<category><![CDATA[school]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=186</guid>
		<description><![CDATA[While I've been very busy and haven't been that active on this site, I have written a couple articles for JHouseMedia that I wanted to let everybody know about:


Coding For Work vs. Coding For School

Pros and Cons of an MVC Framework]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;ve been very busy and haven&#8217;t been that active on this site, I have written a couple articles for <a href="http://www.jhousemedia.com">JHouseMedia</a> that I wanted to let everybody know about:</p>
<p><span id="more-186"></span></p>
<p><a href="http://jhousemedia.com/blog-profile.php?ID=26&amp;Category_ID=23">Coding For Work vs. Coding For School</a></p>
<p><a href="http://jhousemedia.com/blog-profile.php?ID=22&amp;Category_ID=20">Pros and Cons of an MVC Framework</a><br />
I also have a multi-part series starting for them soon called &#8220;the web of tomorrow&#8221;. Hope you all enjoy them!</p>
<h3>Sounds Like...</h3><ul class="related_post"><li>nothing yet</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/blogging-for-jhouse-media/feed</wfw:commentRss>
		</item>
		<item>
		<title>TwoStoryCoffeeHouse.com</title>
		<link>http://www.chromand.com/archives/twostorycoffeehousecom</link>
		<comments>http://www.chromand.com/archives/twostorycoffeehousecom#comments</comments>
		<pubDate>Tue, 03 Mar 2009 00:16:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[JHouse Media]]></category>

		<category><![CDATA[Two Story Coffee]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=174</guid>
		<description><![CDATA[[JHouse Media Project] Two Story Coffee House is a site I worked on at J House Media, meaning that I did not handle any of the design work, and that it was built on their in house Tiger Admin Framework. I did do all of the programming for the site, including but not limited to [...]]]></description>
			<content:encoded><![CDATA[<p>[JHouse Media Project] Two Story Coffee House is a site I worked on at J House Media, meaning that I did not handle any of the design work, and that it was built on their in house Tiger Admin Framework. I did do all of the programming for the site, including but not limited to database design,  creating the dynamic menu page, adding the script to handle online reservations and writing the PHP/XML backend for the frontpage flash rotator.</p>
<p><span id="more-174"></span></p>
<p><img class="alignnone size-full wp-image-175" title="two-story-coffeehouse-small" src="http://www.chromand.com/wp-content/uploads/2009/03/two-story-coffeehouse-small.png" alt="two-story-coffeehouse-small" width="590" height="265" /></p>
<h3>Sounds Like...</h3><ul class="related_post"><li>March 2, 2009 -- <a href="http://www.chromand.com/archives/athenskidneycentercom" title="AthensKidneyCenter.com">AthensKidneyCenter.com</a></li><li>January 19, 2009 -- <a href="http://www.chromand.com/archives/working-for-jhousemedia" title="Working for JHouseMedia">Working for JHouseMedia</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/twostorycoffeehousecom/feed</wfw:commentRss>
		</item>
		<item>
		<title>AthensKidneyCenter.com</title>
		<link>http://www.chromand.com/archives/athenskidneycentercom</link>
		<comments>http://www.chromand.com/archives/athenskidneycentercom#comments</comments>
		<pubDate>Tue, 03 Mar 2009 00:12:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[JHouse Media]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=170</guid>
		<description><![CDATA[[JHouse Media Project] Athens Kidney Center is a site I worked on at J House Media, meaning that I did not handle any of the design work, and that it was built on their in house Tiger Admin Framework. I did do all of the programming for the site, including database design, creating the staff [...]]]></description>
			<content:encoded><![CDATA[<p>[JHouse Media Project] Athens Kidney Center is a site I worked on at J House Media, meaning that I did not handle any of the design work, and that it was built on their in house Tiger Admin Framework. I did do all of the programming for the site, including database design, creating the staff and blog sections from scratch, and writing the PHP/XML backend for the frontpage flash rotator.</p>
<p><span id="more-170"></span></p>
<p><img class="alignnone size-full wp-image-171" title="akc-small" src="http://www.chromand.com/wp-content/uploads/2009/03/akc-small.png" alt="akc-small" width="590" height="261" /></p>
<h3>Sounds Like...</h3><ul class="related_post"><li>March 2, 2009 -- <a href="http://www.chromand.com/archives/twostorycoffeehousecom" title="TwoStoryCoffeeHouse.com">TwoStoryCoffeeHouse.com</a></li><li>January 19, 2009 -- <a href="http://www.chromand.com/archives/working-for-jhousemedia" title="Working for JHouseMedia">Working for JHouseMedia</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/athenskidneycentercom/feed</wfw:commentRss>
		</item>
		<item>
		<title>FretFeed.com</title>
		<link>http://www.chromand.com/archives/fretfeedcom</link>
		<comments>http://www.chromand.com/archives/fretfeedcom#comments</comments>
		<pubDate>Tue, 03 Mar 2009 00:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=166</guid>
		<description><![CDATA[FretFeed.com is a Guitar Tutorial and news site I run. It&#8217;s another project built on Wordpress using the Option&#8217;s theme.  This site was the first time I had used the options theme and I really fell in love with it. I love playing guitar, and this site has been a real joy to work on.
Sounds [...]]]></description>
			<content:encoded><![CDATA[<p>FretFeed.com is a Guitar Tutorial and news site I run. It&#8217;s another project built on Wordpress using the Option&#8217;s theme.  This site was the first time I had used the options theme and I really fell in love with it. I love playing guitar, and this site has been a real joy to work on.<img class="alignnone size-full wp-image-167" title="fret-feed-small" src="http://www.chromand.com/wp-content/uploads/2009/03/fret-feed-small.png" alt="fret-feed-small" width="590" height="259" /></p>
<h3>Sounds Like...</h3><ul class="related_post"><li>nothing yet</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/fretfeedcom/feed</wfw:commentRss>
		</item>
		<item>
		<title>BrokeCollegeKid.com</title>
		<link>http://www.chromand.com/archives/brokecollegekidcom</link>
		<comments>http://www.chromand.com/archives/brokecollegekidcom#comments</comments>
		<pubDate>Mon, 02 Mar 2009 23:49:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=161</guid>
		<description><![CDATA[This is a relatively new blog project I have begun. It origianally started as an idea of something to sell on the Sitepoint marketplace, but according to some affiliate companies, Grants for students may be one of the big new niches, so for the time being, I have decided to hold onto it. It is [...]]]></description>
			<content:encoded><![CDATA[<p>This is a relatively new blog project I have begun. It origianally started as an idea of something to sell on the Sitepoint marketplace, but according to some affiliate companies, Grants for students may be one of the big new niches, so for the time being, I have decided to hold onto it. It is built on Wordpress with the Options theme.</p>
<h3>Sounds Like...</h3><ul class="related_post"><li>nothing yet</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/brokecollegekidcom/feed</wfw:commentRss>
		</item>
		<item>
		<title>Chromand.com</title>
		<link>http://www.chromand.com/archives/glennstovallcom</link>
		<comments>http://www.chromand.com/archives/glennstovallcom#comments</comments>
		<pubDate>Mon, 02 Mar 2009 23:21:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=151</guid>
		<description><![CDATA[Chromand.com is our homepage, where we provide various services, articles, tutorials, and more to potential clients and fellow web designers and developers.  It i built on Wordpress using a variety of other tools.


Sounds Like...nothing yet]]></description>
			<content:encoded><![CDATA[<p>Chromand.com is our homepage, where we provide various services, articles, tutorials, and more to potential clients and fellow web designers and developers.  It i built on Wordpress using a variety of other tools.</p>
<p><span id="more-151"></span></p>
<p><img class="alignnone size-full wp-image-164" title="chromand-small" src="http://www.chromand.com/wp-content/uploads/2009/03/chromand-small.png" alt="chromand-small" width="602" height="242" /></p>
<h3>Sounds Like...</h3><ul class="related_post"><li>nothing yet</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/glennstovallcom/feed</wfw:commentRss>
		</item>
		<item>
		<title>AthensBarHopper.com</title>
		<link>http://www.chromand.com/archives/athensbarhoppercom</link>
		<comments>http://www.chromand.com/archives/athensbarhoppercom#comments</comments>
		<pubDate>Mon, 02 Mar 2009 23:16:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[athensbarhopper]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=148</guid>
		<description><![CDATA[Athens bar hopper was one of my first projects working online.  It was recently rebuilt on an early version of Chromand&#8217;s Dragonflii system.  While the site is no longer active, It stays up as an example of what this system can do. Originally, this site was designed and coded by my friend Jon Skeen and [...]]]></description>
			<content:encoded><![CDATA[<p>Athens bar hopper was one of my first projects working online.  It was recently rebuilt on an early version of Chromand&#8217;s Dragonflii system.  While the site is no longer active, It stays up as an example of what this system can do. Originally, this site was designed and coded by my friend Jon Skeen and built on the PHP-Nuke Platform.</p>
<h3>Sounds Like...</h3><ul class="related_post"><li>December 31, 2008 -- <a href="http://www.chromand.com/archives/end-of-the-adsense-challenge-december-progress-report" title="End of the Adsense Challenge / December Progress Report">End of the Adsense Challenge / December Progress Report</a></li><li>December 1, 2008 -- <a href="http://www.chromand.com/archives/november-progress-report" title="November Progress Report">November Progress Report</a></li><li>July 25, 2008 -- <a href="http://www.chromand.com/archives/new-athensbarhoppercom-preview" title="new AthensBarHopper.com Preview">new AthensBarHopper.com Preview</a></li><li>June 13, 2008 -- <a href="http://www.chromand.com/archives/why-athens-bar-hopper-failed-and-why-im-trying-again" title="Why Athens Bar Hopper failed, and why I&#8217;m trying again">Why Athens Bar Hopper failed, and why I&#8217;m trying again</a></li><li>June 8, 2008 -- <a href="http://www.chromand.com/archives/site-updates" title="Site updates">Site updates</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/athensbarhoppercom/feed</wfw:commentRss>
		</item>
		<item>
		<title>Thoughts about Change</title>
		<link>http://www.chromand.com/archives/thoughts-about-change</link>
		<comments>http://www.chromand.com/archives/thoughts-about-change#comments</comments>
		<pubDate>Wed, 21 Jan 2009 02:35:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[barack obama]]></category>

		<category><![CDATA[change]]></category>

		<category><![CDATA[communication]]></category>

		<category><![CDATA[information]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[yes we can]]></category>

		<guid isPermaLink="false">http://www.chromand.com/?p=145</guid>
		<description><![CDATA[Today is a day that many think, hope, and believe that change has to come to these United States of America.  During Barack Obama's Inauguration, two things stood out to me. Firstly, how embarrising must it be to flub on your oath in front of the entire nation like he did? Secondly, he made the statement "The world has changed and we must change with it". This is a very true and thought-provoking statement, especially with the rapid expansion of technologies of our world today.]]></description>
			<content:encoded><![CDATA[<p>Today is a day that many think, hope, and believe that change has to come to these United States of America.  During Barack Obama&#8217;s Inauguration, two things stood out to me. Firstly, how embarrising must it be to flub on your oath in front of the entire nation like he did? Secondly, he made the statement &#8220;The world has changed and we must change with it&#8221;. This is a very true and thought-provoking statement, especially with the rapid expansion of technologies of our world today.</p>
<p><span id="more-145"></span></p>
<p>I&#8217;ve spent a lot of time in college studying technologies that are younger than I am, working a job that didn&#8217;t exist 20 years ago. Sometimes I just sit and marvel at all of things I have my parents could dream of:  video games, computers, even a blog.</p>
<p>It&#8217;s changing the way we communicate. How would you talk to your friends without cell phones, e-mail, text messaging, or facebook? Things like this have gone from novelty to niche to nessecary. Most people I know don&#8217;t ever personally invite people to parties anymore, they should send out mass messages on facebook.</p>
<p>It&#8217;s changing the way we think. Studies have shown that younger generations have become more accustomed to processing information in an entirely different way. They process more information quicker, but forget more and don&#8217;t &#8220;learn&#8221; as much in the traditional sense. Why should I memerize every single CSS property and PHP function in the library when they are always a couple of clicks away?</p>
<p>The thing to rememer is how quickly things in technology, and especially the internet, are changing. Think about things were like 15 years ago, and how different they are now. Do you plan on living another 15 years? If you said yes, you should learn to be well adapted to change, because you haven&#8217;t seen anything yet. Most of the knowledge we all have now is transient, and isn&#8217;t going to mean very much years down the road.</p>
<h3>Sounds Like...</h3><ul class="related_post"><li>nothing yet</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.chromand.com/archives/thoughts-about-change/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2427296-4");
pageTracker._trackPageview();
} catch(err) {}</script>