$(function(){
		

	$(document).ready( function(){ 
	$('#newsList').innerfade({ 
			speed: 2000,
			timeout: 6000,
			type: 'random',
			containerheight: '28px' });
	
	$('#mainVisual').innerfade({
			speed: 3500,
			timeout: 5000, 
			type: 'sequence', 
			containerheight: '606px' });
			
	$('.fade').innerfade({ 
			speed: 'slow', 
			timeout: 5000, 
			type: 'sequence', 
			containerheight: '1.5em' }); });		
		
});


function popup(url,w,h) {
	var name = 'popup';
	var popupWindow = window.open(url, name, 'width=' + w + ', height=' + h + ',status=no,location=no,toolbar=no,scrollbars=yes,menubar=no,resizable=no');
	popupWindow.focus();
	return false;
}
