$(document).ready(function()
{
	$('.fancybox').fancybox(
	{
		'overlayOpacity':0.5,
		'overlayColor':'#000'
	});
	
	alterGigs();

});

function alterGigs()
{
	var news_height = $('#top_left ul').height();
	
	var gigs = $('#gigs');
	
	var diff = news_height - 482;
	// 839
	
	if(diff >= 200)
	{
		gigs.css('height', diff);
	}
}

if (document.images)
{
  pic1= new Image(66,70); 
  pic1.src="images/70px_links_inverted/news.jpg"; 

  pic2= new Image(66,70); 
  pic2.src="images/70px_links_inverted/newsblack.jpg";

  pic11= new Image(65,70); 
  pic11.src="images/70px_links_inverted/store.jpg"; 

  pic12= new Image(65,70); 
  pic12.src="images/70px_links_inverted/storeblack.jpg"; 

}

function roll(img_name, img_src)
{
	document[img_name].src = img_src;
}

function player() {
	window.open("player.php","player","menubar=no,width=436,height=360,toolbar=no,screenx=300,screeny=150,resizable=no");
}
		
function everythingis() {
	window.open("everythingis.php","player","menubar=no,width=436,height=360,toolbar=no,screenx=300,screeny=150,resizable=no");
}

function lovehate() {
	window.open("lovehate.php","player","menubar=no,width=436,height=360,toolbar=no,screenx=300,screeny=150,resizable=no");
}

function bsides() {
	window.open("bsides.php","player","menubar=no,width=436,height=360,toolbar=no,screenx=300,screeny=150,resizable=no");
}

function demos() {
	window.open("demos.php","player","menubar=no,width=436,height=360,toolbar=no,screenx=300,screeny=150,resizable=no");
}

function store_legal() {
    window.open("store_legal.php","","menubar=yes,scrollbars=yes,width=460,height=260,toolbar=no,screenX=300,screenY=200");
}
