jQuery(function($) {
	$('#bcr_home #bcr_packshots_1').hover(
      function(){$('#bcr_home #bcr_packshots').css('background-position','0 -297px');}, 
      function(){$('#bcr_home #bcr_packshots').css('background-position','0 0');}
    ).click(function(){
		this.target = '_blank';
	});
	$('#bcr_video a[rel=external]').click(function(){
		var obj = swfobject.getObjectById('bcr_swf');
		if (obj) { obj.stopVideo(null); }
	});
	$('#bcr_home #bcr_game_2 a').click(function(){
		var win_width = 742;
  		var win_height = 500;
  		var win_left = parseInt((window.screen.width - win_width) / 2);
		var win_top = parseInt((window.screen.height - win_height) / 2);
		window.open($(this).attr('href'),'zombieland_'+Math.floor(Math.random()*11),'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+win_width+',height='+win_height+',top='+win_top+',left='+win_left);
		return false;
	});
});
function getAnchorAndAreaLinks(){ return $('a,area'); }