var $j = jQuery.noConflict();

	$j(function(){
		
	$j('#warning').hide();
	
	var start = new Date().getTime();	
	$j('#advertising_slide1').karmicFlow({ duration:200, auto: true, timer: 3500 });
	$j('#toprighttabs').karmicFlow({ duration: 200, auto:true, timer: 7000 });
 		

	
	
	
	
	});

$j(document).ready(function() {

		var query = new Object();
	window.location.search.replace(
	new RegExp( "([^?=&]+)(=([^&]*))?", 'g' ),
		function( $0, $1, $2, $3 ){
			query[ $1 ] = $3;
		}
	);
	//easing = query['e'] || 'Expo';
	var easing='Elastic';
	
	$j('#lavaLampFun').lavaLamp({
			fx: 'easeInOut'+easing,
			speed: 1000,
			autoReturn:true,
			returnHome:true
		});
		
			$j('#lesbianNav').lavaLamp({
			fx: 'easeInOut'+easing,
			speed: 1000,
			autoReturn:true,
			returnHome:true
		});

  	/*$('#lesbianNav').lavaLamp({fx: 'swing', speed: 333});
		//loadLamps(easing);
		
		$('select#easing option[value='+easing+']').attr('selected','selected');
		$('.easingLabel').text(easing);
		*/
		//$(function() {
		//$('lesbianNav').lavaLamp({fx: 'swing', speed: 333});
		//loadLamps(easing);
		
		$j('select#easing option[value='+easing+']').attr('selected','selected');
		$j('.easingLabel').text(easing);
	//});


//TICKER STUFF
/*	var options = {		newsList: "#news",		startDelay: 10,		placeHolder1: "|"	}	$j().newsTicker(options);

*/	//END TICKER STUFF


	$j('#warning').hide();
	
	var start = new Date().getTime();	
	$j('#advertising_slide1').karmicFlow({ duration:200, auto: true, timer: 3500 });
	$j('#toprighttabs').karmicFlow({ duration: 200, auto:true, timer: 7000 });
 		

});

