/* ---------------------------------------------------------------
	
	MAIN.JS
		
--------------------------------------------------------------- */

$(function(){
/* config - commentOut to Off */
	cssBrowserSelector();
	initRollOvers();
//	enableFlash();
	enablePNG();
	blankToPop();
	smoothScroll();
	if( $('.section').length >0 ) $('.section:last-child').addClass('last-child');
});
