$(document).ready(function() { 
	randomNum = Math.floor(Math.random()*2);
	$('div#random_promo a:eq('+randomNum+')').show();
});


$(document).ready(function() { 
// HOMEPAGE FLASH - Only executes on homepage

	$('#header_left').addClass('flash_enabled');
	$('#header_right').addClass('flash_enabled');

	
		$('#flash').flash({
			src: '/flash/reel.swf',
			width: 492,
			height: 245,
			wmode: 'transparent'
		});
		$('#header_left').flash({
			src: '/flash/speaker.swf',
			width: 500,
			height: 169,
			wmode: 'transparent'
		});
		$('#header_right').flash({
			src: '/flash/tshirt.swf',
			width: 268,
			height: 169,
			wmode: 'transparent'
		});

	
						   });


function speakerGrow(){
	$('div#header_left').css({width: 500});
}
function speakerShrink(){
	$('div#header_left').css({width: 218});
}

function homeHover(){
	$('ul#navigation .home').addClass('homeon');
}
function homeOff(){
	$('ul#navigation .home').removeClass('homeon');
}
function contactHover(){
	$('ul#navigation .contact').addClass('contacton');
}
function contactOff(){
	$('ul#navigation .contact').removeClass('contacton');
}

function shopPopup(){
	window.open('http://www.mojobar.co.uk/ecomcart/list.php','popup','width=560,height=500,scrollbars=yes');
}

function radioPopup(){
	window.open('http://www.mojobar.co.uk/popup/','popup','width=311,height=390');
}