	
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://diablo.incgamers.com/networkfeed/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/24327/starcraft-2-patch-101-released" title="StarCraft 2 Patch 1.0.1 Released">StarCraft 2 Patch 1.0.1 Released</a></li><li id=\"inc_newsticker_1\"><a href="http://www.incgamers.com/News/24326/halo-reach-preview--shots" title="Halo Reach Preview & Shots">Halo Reach Preview & Shots</a></li><li id=\"inc_newsticker_2\"><a href="http://www.incgamers.com/News/24324/mythos-intro-trailer" title="Mythos Intro Trailer">Mythos Intro Trailer</a></li><li id=\"inc_newsticker_3\"><a href="http://www.incgamers.com/News/24323/star-wars-the-oid-republic-updates" title="Star Wars: The OId Republic Updates">Star Wars: The OId Republic Updates</a></li><li id=\"inc_newsticker_4\"><a href="http://www.incgamers.com/News/24322/pc-version-of-monkey-island-2-special-edition-updated" title="PC Version Of Monkey Island 2 Special Edition Updated">PC Version Of Monkey Island 2 Speci...</a></li><li id=\"inc_newsticker_5\"><a href="http://www.incgamers.com/News/24321/battlefield-3-announced-by-ea" title="Battlefield 3 Announced By EA">Battlefield 3 Announced By EA</a></li><li id=\"inc_newsticker_6\"><a href="http://www.incgamers.com/News/24320/shogun-2-total-war-gameplay-video" title="Shogun 2: Total War Gameplay Video">Shogun 2: Total War Gameplay Video</a></li><li id=\"inc_newsticker_7\"><a href="http://www.incgamers.com/News/24319/ea-offers-refunds-for-pc-battlefield-1943-pre-orders" title="EA Offers Refunds For PC Battlefield 1943 Pre-Orders">EA Offers Refunds For PC Battlefiel...</a></li><li id=\"inc_newsticker_8\"><a href="http://www.incgamers.com/News/24318/blacklight-tango-down-weapon-specs-reveal" title="Blacklight: Tango Down Weapon Specs Reveal">Blacklight: Tango Down Weapon Specs...</a></li><li id=\"inc_newsticker_9\"><a href="http://www.incgamers.com/News/24317/guild-wars-2-level-cap-confirmed-as-80" title="Guild Wars 2 Level Cap Confirmed As 80">Guild Wars 2 Level Cap Confirmed As...</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://www.incgamers.com/wii">Wii</a></li>');

				document.write('<li><a href="http://www.incgamers.com/mmog">MMOG</a></li>');


				document.write('<li><a href="http://www.incgamers.com/ps2">PS2</a></li>');

				document.write('<li><a href="http://www.incgamers.com/psp">PSP</a></li>');

				document.write('<li><a href="http://www.incgamers.com/ds">DS</a></li>');
				document.write('<li><a href="http://www.incgamers.com/tv">IGTV</a></li>');

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









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


				document.write('<li><a href="http://www.blizzplanet.com/">BlizzPlanet</a></li>');
				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://www.starcraftwire.net">StarCraft 2</a></li>');
				document.write('<li><a href="http://www.wanderinggoblin.com/">Wandering Goblin</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('<li><a href="http://www.wowdigger.com/">WoWDigger</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.mondespersistants.com" target="_blank" title="MondesPersistants.com"><img src="http://diablo.incgamers.com/networkfeed/images/fr.gif" hspace="3" width="16" height="11" alt="FR" border="0"></a><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>');