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

jQuery(document).ready(function(){
/* config - commentOut to Off */
	cssBrowserSelector();
	initRollOvers();
//	enableFlash();
//	enablePNG ();
//	enableCSSPNG ();
//	blankLogToGoogle();
	blankToPop();
	smoothScroll();

/* each page function */
//	if(jQuery("body#PAGEID")[0]) {
//		/*PAGEID FUNCTION*/
//	};
});

$(function(){
	$('#newslist_top dd:odd').css("background","#e1dfdd");
	if($('.mailmagazine_s p').is('.errortext')){
		var atr = $('.errortext').text();
		alert(atr);
	}
});