$(function(){
		// for the ask a question box
		$("a#freeUpdate, a#freeUpdate").fancybox({
			/*'frameWidth':502,
			'frameHeight':330,*/
			'frameWidth':502,
			'frameHeight':460,
			'hideOnContentClick': false
		});
		
});

