/**
 * @author brandon
 */
// no conflicts with other frameworks
var $j = jQuery.noConflict();

$j(function() 
{


	//fix png transparency in IE<6 img[@src$=.png]
	$j('img[@src$=.png]').ifixpng();
	
	

	
});