//link will open in the new window
$(document).ready(function() {
	$('a.open_new_window').attr('target', '_blank');
	
	
});

/*map animations*//////////////////////////////////////////////////////////
$("a#one").click(function () {
$('#google_map_ribbon').animate({left:0}, {queue:false, duration:1000, easing:'easeOutExpo'});						  
});
$("a#two").click(function () {
$('#google_map_ribbon').animate({left:-643}, {queue:false, duration:1000, easing:'easeOutExpo'});						  
});
