	
var incgamers_current_news = 0;
var IC_closeMenu_timer;

function switch_incgamers_news()
{
	document.getElementById('inc_newsticker_0').style.display = "none";
	document.getElementById('inc_newsticker_1').style.display = "none";
	document.getElementById('inc_newsticker_2').style.display = "none";
	document.getElementById('inc_newsticker_3').style.display = "none";
	document.getElementById('inc_newsticker_4').style.display = "none";
	document.getElementById('inc_newsticker_5').style.display = "none";
	document.getElementById('inc_newsticker_6').style.display = "none";
	document.getElementById('inc_newsticker_7').style.display = "none";
	document.getElementById('inc_newsticker_8').style.display = "none";
	document.getElementById('inc_newsticker_9').style.display = "none";
	
	var newstick = document.getElementById('inc_newsticker_' + incgamers_current_news);
	newstick.style.display = "inline";
	
	incgamers_current_news++;
	if(incgamers_current_news > 9)
		incgamers_current_news = 0;
	
	setTimeout(function(){switch_incgamers_news();}, 3000);

}

setTimeout(function(){switch_incgamers_news();}, 1500);

function inc_network_dropdown_show(){
	document.getElementById("inc_network_box").style.display = "block";
}

function inc_network_dropdown_hide(){
	document.getElementById("inc_network_box").style.display = "none";
}

document.write('<link rel="stylesheet" href="http://network.incgamers.com/networktoolbar/inc_toolbar.css" type="text/css" />');
document.write('<div id="inc_toolbar">');
	document.write('<a href="http://www.incgamers.com"><h2>IncGamers</h2></a>');
	document.write('<div id="inc_latest_news">');
		document.write('<strong>Latest News: </strong>');
		document.write('<ul id="inc_news">');
			document.write('<li id=\"inc_newsticker_0\"><a href="http://www.incgamers.com/News/30320/curt-schilling-says-sorry-for-ropey-reckoning-demo" title="Curt Schilling says sorry for ropey Reckoning demo">Curt Schilling says sorry for ropey Reckoning demo</a></li><li id=\"inc_newsticker_1\"><a href="http://www.incgamers.com/News/30319/tera-publisher-rejects-ncsofts-lawsuit-claims" title="TERA publisher rejects NCsoft\'s lawsuit claims">TERA publisher rejects NCsoft\'s lawsuit claims</a></li><li id=\"inc_newsticker_2\"><a href="http://www.incgamers.com/News/30318/behemoth-taking-battleblock-theater-back-to-the-drawing-board" title="Behemoth taking Battleblock Theater \'back to the drawing board\'">Behemoth taking Battleblock Theater \'back to the drawing board\'</a></li><li id=\"inc_newsticker_3\"><a href="http://www.incgamers.com/News/30317/dead-block-now-available-on-pc" title="Dead Block now available on PC">Dead Block now available on PC</a></li><li id=\"inc_newsticker_4\"><a href="http://www.incgamers.com/News/30316/pineapple-smash-crew-gatecrashes-steam-in-february" title="Pineapple Smash Crew gatecrashes Steam in February">Pineapple Smash Crew gatecrashes Steam in February</a></li><li id=\"inc_newsticker_5\"><a href="http://www.incgamers.com/News/30315/mass-effect-3-shows-players-working-in-harmony-video" title="Mass Effect 3 shows players working in harmony [Video]">Mass Effect 3 shows players working in harmony [Video]</a></li><li id=\"inc_newsticker_6\"><a href="http://www.incgamers.com/News/30314/kingdoms-of-amalur-reckonings-online-pass-locks-single-player-content" title="Kingdoms of Amalur: Reckoning\'s online pass locks single-player content">Kingdoms of Amalur: Reckoning\'s online pass locks single-player content</a></li><li id=\"inc_newsticker_7\"><a href="http://www.incgamers.com/News/30313/twisted-metal-demo-on-ps3-next-week" title="Twisted Metal demo on PS3 next week">Twisted Metal demo on PS3 next week</a></li><li id=\"inc_newsticker_8\"><a href="http://www.incgamers.com/News/30312/persona-4-beat-em-up-will-be-in-japanese-arcades-this-march" title="Persona 4 beat \'em up will be in Japanese arcades this March">Persona 4 beat \'em up will be in Japanese arcades this March</a></li><li id=\"inc_newsticker_9\"><a href="http://www.incgamers.com/News/30311/heres-a-list-of-ps-vita-launch-day-game-prices" title="Here\'s a list of PS Vita launch day game prices">Here\'s a list of PS Vita launch day game prices</a></li>');
		document.write('</ul>');
	document.write('</div>');
	document.write('<div id="inc_network" onMouseOver="inc_network_dropdown_show();return false;" onMouseOut="inc_network_dropdown_hide();return false;">');
		document.write('<span>Browse IncGamers Channels</span>');
		document.write('<div id="inc_network_box" onMouseOut="inc_network_dropdown_hide();return false;">');
			document.write('<ul id="inc_network_box_list_l">');




				document.write('<li><a href="http://www.incgamers.com/">All Platforms</a></li>');
				document.write('<li><a href="http://www.incgamers.com/pc">PC</a></li>');
				document.write('<li><a href="http://www.incgamers.com/360">Xbox 360</a></li>');
				document.write('<li><a href="http://www.incgamers.com/ps3">Playstation 3</a></li>');
				document.write('<li><a href="http://mmo.incgamers.com/">MMOG</a></li>');
				document.write('<li><a href="http://rpg.incgamers.com">RPG</a></li>');	
				document.write('<li><a href="http://beta.incgamers.com">Beta</a></li>');			
				document.write('<li><a href="http://shooter.incgamers.com">Shooter</a></li>');
				document.write('<li><a href="http://sport.incgamers.com">Sport</a></li>');
				document.write('<li><a href="http://strategy.incgamers.com">Strategy</a></li>');
				document.write('<li><a href="http://action.incgamers.com">Action</a></li>');
				document.write('<li><a href="http://www.incgamers.com/tv">Game Trailers</a></li>');
			      	document.write('<li><a href="http://industry.incgamers.com">Industry</a></li>');
				document.write('</ul>');









			document.write('<ul id="inc_network_box_list_r">');


	
				document.write('<li><a href="http://diablo.incgamers.com">Diablo 3</a></li>');
				document.write('<li><a href="http://www.diablowiki.net/">DiabloWiki.Net</a></li>');
				document.write('<li><a href="http://guildwars.incgamers.com/">GuildWars</a></li>');
				document.write('<li><a href="http://hellgate.incgamers.com/">Hellgate</a></li>');
				document.write('<li><a href="http://rift.incgamers.com">RIFT</a></li>');
				document.write('<li><a href="http://rift.incgamers.com/soulbuilder">RIFT Soul Builder</a></li>');
				document.write('<li><a href="http://starcraft.incgamers.com">StarCraft 2</a></li>');
		              document.write('<li><a href="http://www.torwars.com/">TorWars.com</a></li>');
				document.write('<li><a href="http://blues.incgamers.com/">Blue Tracker</a></li>');
				document.write('<li><a href="http://war3.incgamers.com/">Warcraft 3</a></li>');
				document.write('<li><a href="http://www.worldofwar.net">World of Warcraft</a></li>');
				document.write('<li><a href="http://wowui.worldofwar.net/">WoWUI Mods</a></li>');

	document.write('</ul>');








			document.write('</ul>');
		document.write('</div>');
	document.write('</div>');
	document.write('<div id="inc_eu_partners">');
		document.write('EU Partners <a href="http://www.gamona.de" target="_blank" title="Gamona.de"><img src="http://diablo.incgamers.com/networkfeed/images/de.gif" width="16" height="11" alt="German" hspace="3" border="0"></a>');
	document.write('</div>');
	document.write('</div>');

