(function($){

$('#Next_Song2_l1').plaxify({"xRange":2,"yRange":2,"invert":false});
$('header h1').plaxify({"xRange":0,"yRange":0,"invert":false});
$('#Next_Song2_l2').plaxify({"xRange":40,"yRange":40,"invert":true});
$('#Next_Song2_l3').plaxify({"xRange":5,"yRange":5,"invert":true});
$('#Next_Song2_l4').plaxify({"xRange":20,"yRange":20,"invert":true});
$('#Next_Song2_l5').plaxify({"xRange":10,"yRange":10,"invert":true});
$('#Next_Song2_l6').plaxify({"xRange":60,"yRange":60,"invert":true});
$.plax.enable();





	$.fn.fadeToggle = function(speed, easing, callback) {
		return this.animate({opacity: "toggle"}, speed, easing, callback); 
	}; 	
	$("a.gigpress-links-toggle").click(function() {
		target = $(this).attr("href").replace(document.location.href,'');
		$(target).fadeToggle("fast");
		$(this).toggleClass("gigpress-link-active");
		return false;
	});
	$("select.gigpress_menu").change(function()
	{
		window.location = $(this).val();
	});



 



})(this.jQuery);




window.log = function(){
  log.history = log.history || [];   
  log.history.push(arguments);
  if(this.console){
    console.log( Array.prototype.slice.call(arguments) );
  }
};
(function(doc){
  var write = doc.write;
  doc.write = function(q){ 
    log('document.write(): ',arguments); 
    if (/docwriteregexwhitelist/.test(q)) write.apply(doc,arguments);  
  };
})(document);



