$(function(){
				
					if($("#bobhulp")){
						$("#bobhulp").css({
							'cursor':'pointer'
						}).fancybox({
							'width'				: 890,
							'height'			: 520,
							'autoScale'			: false,
							'transitionIn'		: 'none',
							'transitionOut'		: 'none',
							'type'				: 'iframe',
							'z-index'			: 9999,
						});
					}


				
			})
			
function goWindow(u){
	window.location.href=u;
}
