var thisUrl = window.location.href;
document.write('<ul id="leftMenu">' +
'<li>' +
'<a href="/promotions/index.html" class="');
if(strstr(thisUrl,'/promotions/index.html'))
	document.write('current');
else
	document.write('link');
document.write('">+ Promotions</a>' +
	'<ul class="subMenu section">' +
		'<li>' +
			'<a href="/promotions/free_bonus.html" class="link">+ New Players</a>' +
			  '<ul class="subMenu ');
					if(strstr(thisUrl,'/promotions/free-bonus.html')
					|| strstr(thisUrl,'/promotions/welcome-bonus.html')
					|| strstr(thisUrl,'/promotions/beginners-zone.html'))
						document.write('section');
					else
						document.write('link');
					document.write('">' +
					  '<li><a href="/promotions/free-bonus.html" class="');
						if(strstr(thisUrl,'/promotions/free-bonus.html'))
							document.write('current');
						else
							document.write('link');
						document.write('">- $5 Free Bonus</a>' +
						'</li>' +
						'<li><a href="/promotions/welcome-bonus.html" class="');
						if(strstr(thisUrl,'/promotions/welcome-bonus.html'))
							document.write('current');
						else
							document.write('link');
						document.write('">- Welcome Bonus</a>' +
						'</li>' +
						'<li><a href="/promotions/beginners-zone.html" class="');
						if(strstr(thisUrl,'/promotions/beginners-zone.html'))
							document.write('current');
						else
							document.write('link');
						document.write('">- Beginners Zone</a>' +
						'</li>' +						
				'</ul>' +
		'</li>' +
		'<li><a href="/promotions/main-event.html" class="');
		if(strstr(thisUrl,'/promotions/main-event.html'))
			document.write('current');
		else
			document.write('link');
		document.write('">- $30,000 Guaranteed</a>' +
		'</li>' +
		
		'<li><a href="/promotions/leaderboard.html" class="');
		if(strstr(thisUrl,'/promotions/leaderboard.html'))
			document.write('current');
		else
			document.write('link');
		document.write('">- Space Race</a>' +
		'</li>' +
		'<li><a href="/promotions/jackpot.html" class="');
		if(strstr(thisUrl,'/promotions/jackpot.html'))
			document.write('current');
		else
			document.write('link');
		document.write('">- Jackpot</a>' +
		'</li>' +
		'<li><a href="/promotions/lucky-dollar.html" class="');
		if(strstr(thisUrl,'/promotions/lucky-dollar.html'))
			document.write('current');
		else
			document.write('link');
		document.write('">- Lucky Dollar</a>' +
		'</li>' +	
		'<li>' +
			'<a href="/promotions/freeroll.html" class="link">+ Freerolls</a>' +
			  '<ul class="subMenu ');
					if(strstr(thisUrl,'/promotions/freeroll.html')
					||strstr(thisUrl,'/promotions/freeroll25.html')
					||strstr(thisUrl,'/promotions/freeroll250.html'))
						document.write('section');
					else
						document.write('link');
					document.write('">' +
						'<li><a href="/promotions/freeroll.html" class="');
						if(strstr(thisUrl,'/promotions/freeroll.html'))
							document.write('current');
						else
							document.write('link');
						document.write('">- $10 Daily</a>' +
						'</li>' +
						'<li><a href="/promotions/freeroll25.html" class="');
						if(strstr(thisUrl,'/promotions/freeroll25.html'))
							document.write('current');
						else
							document.write('link');
						document.write('">- $25 Daily</a>' +
						'</li>' +	
						'<li><a href="/promotions/freeroll250.html" class="');
						if(strstr(thisUrl,'/promotions/freeroll250.html'))
							document.write('current');
						else
							document.write('link');
						document.write('">- $250 Weekly</a>' +
						'</li>' +					
				'</ul>' +
		'</li>' +
		//'<li><a href="/promotions/invite-friend.html" class="');
		//if(strstr(thisUrl,'/promotions/invite-friend.html'))
			//document.write('current');
		//else
			//document.write('link');
		//document.write('">- Invite a friend</a>' +
		//'</li>' +
		'</li>' +
		'<li><a href="/promotions/royal_stars/royal_stars_club.html" class="');
		if(strstr(thisUrl,'/promotions/royal_stars/royal_stars_club.html'))
			document.write('current');
		else
			document.write('link');
		document.write('">- Royal Stars Club</a>' +
		'</li>' +
	'</ul>' +
'</li>' +
'</ul>');

document.write('<div id="floatingDownload">' +
	'<a href="/download/" onclick="startDownload();" id="download"><img src="/images/download.gif" alt="Download Now" /></a>' +
'</div>');
JSFX_FloatDiv("floatingDownload", 0,10).floatIt();