jQuery.noConflict();
jQuery(document).ready(function($)
{
	$('a[rel=external]').click(function()
	{
		open(this.href);
		return false;
	});
	
	$('ul#rotatingimages').innerfade(
	{
		speed: 2000,
		timeout: 6000,
		type: 'sequence',
		containerheight: '335px'
	});
	
	$('#latest-news').innerfade(
	{
		speed: 1000,
		timeout: 10000,
		type: 'sequence',
		containerheight: '390px'
	});

});

