
$(function(){
	
	/* Including header background flash */
	$('div#hcom-flash').flash({
	    src: '/assets/flash/header_bg1.swf',
	    width: '100%',
		wmode: 'transparent'
	});
	
	
	/* Set header News ticker*/
	$('li#newsticker > ul').innerfade({
		type: 'random_start',  
		animationtype: 'slide', 
		speed: 2000,
		timeout: 3000
	});
	
	
	/* content */
	if (!$.browser.msie || ($.browser.version > 6))
	{
		$('div#content-wrap hr').replaceWith('<div class="hr">&nbsp;</div>');
	}
	
	/* rcom */
	$('div.rcom-mod:last-child').css('background-image', 'none').css('padding-bottom', '0');
	
	/* form tips */
	$('form').formtips({ 
		class_name: 'tipped'
	});

	$("table.scheduleTable tr:even").addClass("even-row");
	$("table.scheduleTable th:first-child").corner("tl 6px");
	$("table.scheduleTable th:last-child").corner("tr 6px");
});