$(document).ready(function(){
		$('#footer').corner();

		$(document).ready(function() {
		$('a.fancybox').fancybox();
		$('.popup').click(function() {
			window.open( $(this).attr("href"), "Contact", 
			"status = 1, width = 900" );
			return false;
		});
		$('#footer').corner();
		
	});
$(function(){
			// Tabs
			$('#tabs').tabs();	
	});
});

