$(document).ready(function(){
	
	$('a.rel').click( function(){
		window.open( $(this).attr('href') );							
		return( false );
	});  
	
	//ie6
	$("a").hover(function(){ $(this).addClass('hover'); },function(){ $(this).removeClass('hover'); });
	
	if (!swfobject.hasFlashPlayerVersion("10.0.0")) {
		$('#LayoutScreen').hide();
	}
	
});
