function $id(id) {
	return document.getElementById(id);
}
$('a[href^=#][href!=#][id!="zoom_modal"][class!="zoom_modal"]').live('click',function(e){
	$('html,body').animate({'scrollTop': $($(this).attr('href')).offset().top+'px'});
	e.preventDefault();
});
$(document).ready(function()
{
	$('.fbiframe').fancybox({
		'width'		: 640,
		'height'	: 625,
		'type'		: 'iframe',
		'onStart'	: function() {
			$.fancybox.showActivity();
		}
	});
});
