// Stephen Pontes / shibbay design for Foreign Globester 2009

$(document).ready(function() {


//	$(".panel").hide();
  
//    var section = location.hash;

//if(document.location.hash==''){
//		$("#home_content").fadeIn('slow');
//}

//    $(section+'_content').fadeIn('fast');

//    $('ul.navigation>li>a').click(function(event){
//		$(".panel").hide();
//		$('#'+event.target.id+'_content').fadeIn('slow');
//	});

$(".mp3").show();

$(".mp3").jmp3({
		showfilename: "false",
		backcolor: "000000",
		forecolor: "FFFFFF",
		width: 535,
		showdownload: "false"
	});


});
