$(document).ready(function() {
	
	$('.fs1 a').click(function() {
		href = $(this).attr('href');
		$('.slide1').fadeOut('fast', function(){
			
			$('.slide1').attr('src', href);
			$('.slide1').fadeIn('slow');
			
		});
		return false;
	});
	
	$('.fs2 a').click(function() {
		href = $(this).attr('href');
		$('.slide2').fadeOut('fast', function(){
			
			$('.slide2').attr('src', href);
			$('.slide2').fadeIn('slow');
			
		});
		return false;
	});
	
	


	$('a.jt1').cluetip({
		local:true,
		cursor: 'pointer',
		dropShadow: false,
		showTitle: false,
		closeText: 'x',
		sticky: true
	});
	$('a.jt2').cluetip({
		local:true,
		cursor: 'pointer',
		dropShadow: false,
		showTitle: false,
		closeText: 'x',
		sticky: true
	});
	$('a.jt3').cluetip({
		local:true,
		cursor: 'pointer',
		dropShadow: false,
		showTitle: false,
		closeText: 'x',
		sticky: true
	});
	$('a.jt4').cluetip({
		local:true,
		cursor: 'pointer',
		dropShadow: false,
		showTitle: false,
		closeText: 'x',
		sticky: true
	});
	$('a.jt5').cluetip({
		local:true,
		cursor: 'pointer',
		dropShadow: false,
		showTitle: false,
		closeText: 'x',
		sticky: true
	});
	$('a.jt6').cluetip({
		local:true,
		cursor: 'pointer',
		dropShadow: false,
		showTitle: false,
		closeText: 'x',
		sticky: true
	});
	$('a.jt7').cluetip({
		local:true,
		cursor: 'pointer',
		dropShadow: false,
		showTitle: false,
		closeText: 'x',
		sticky: true
	});
	
	$('ul#orbs1').imgbubbles({factor:1.5});
	$('ul#orbs2').imgbubbles({factor:1.5});
	$('ul#orbs3').imgbubbles({factor:1.5});
	$('ul#orbs4').imgbubbles({factor:1.3});
	$('ul#orbs5').imgbubbles({factor:1.3});
	$('ul#orbs6').imgbubbles({factor:1.3});
	
});



