// JavaScript Document
$(document).ready( 
	function(){ $('div#featured').innerfade({ 
		animationtype: 'fade', 
		speed: 1000, 
		timeout: 5000, 
		type: 'sequence', 
		containerheight: '228px' 
	});  
	/*$("img").attr({ 
          src: "/images/hat.gif",
          title: "jQuery",
          alt: "jQuery Logo"
        });*/
    var title = $("div#music").attr("height");
	//alert("hello");
    //$("div#music").text(title);

	jQuery(function($) {
		$("img[@src$=png], #header").pngfix();
		//$("img[@src$=png], #image-one, #image-two").pngfix();
	});
} ); 





/*$(function()) {
	$('div#featured').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '228px'
	});
});*/