function CheckForm() {

with(self.document.searchform) {
	  
	if (catselect.selectedIndex==0)
	{
		cntnt01modules.value = "";
	}
	submit();
	
}
}

$(document).ready(function(){

$('#events').vTicker({
	speed: 500,
   	pause: 2000,
   	showItems: 1,
   	animation: 'fade',
	mousePause: true,
   	direction: 'up'
});

});
