$(document).ready(function(){ 	
	$('#logo').flash({ src: 'media/swf/logo.swf', width: 260, height: 180, wmode: 'transparent'}, { expressInstall: true, version: 10 });
	$('a[href^=http]').click( function() { window.open(this.href); return false; });		
});
