var html4u = {
	start : function() {
		this.slideshow();
	},
	
	slideshow: function(){
		$('ul#cms-se').innerfade({
			speed: 'slow',
			timeout: 4000,
			type: 'sequence',
			containerheight: '275px'
		});
	}		
}

function initialize() {
	html4u.start();
}

$().ready(initialize);

function pop(cale,w,h)
{
	window.open(cale,'','height='+h+',width='+w+',left='+(screen.width-w)/2+',top='+((screen.height-h)/2)+',scrollbars=no,status=no;titlebar=no');
}

