if (document.images) {
    imgPreload1 = new Image();
    imgPreload1.src = "/albums/new/trio_ostiko.png";
}

$(document).ready(function(){
	  $('#nav').spasticNav();
	      $("#fade_three img").fadeIn(1000);
	$("#fade_two img").fadeIn(1500);
	$("#fade_one img").fadeIn(3000);
	  $('#navigation, #container, .active, #new_release_box').corners();
	  $('.date, #footer_teaser, .launch').corners('bottom');
	  $('.boxtag').corners('2px');
	  $('#big_boxtag').corners('4px');
    $(".fade img").fadeIn(1600);
	//hide the all of the element with class msg_body
	$(".msg_body").hide();
	//toggle the componenet with class msg_body
	$(".msg_head").click(function(){
		$(this).next(".msg_body").slideToggle(600);
	});
	
	$('ul#portfolio').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '228px'
					});
	

	

});