$(document).ready(function(){
	$('a.zoomInURL').colorbox();
	$('#tabber').tabs();
	$('#subscribe_newsletter a').colorbox();
	
});
    
