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

});
