jQuery(function($){
	$('#bcr_packshot_1').hover(
      function(){$('#bcr_packshot').css('background-position','0 -309px');}, 
      function(){$('#bcr_packshot').css('background-position','0 0');}
    ).click(function(){
		this.target = '_blank';
	}).add('.bcr_wrapper a[rel=external]').click(function(){
		var obj = swfobject.getObjectById('bcr_swf');
		if (obj) { obj.stopVideo(null); }
	});
});
function getAnchorAndAreaLinks(){ return $('a,area'); }
