	$(document).ready(function() {
$(".blogg").fancybox({
'width' : '95%',
'height' : '95%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'showIframeLoading' : true,
'href'	: 'http://www.profil.se/shortcut',
'padding' : 0,
'zoomOpacity' : true,
'zoomSpeedIn' : 500,
'zoomSpeedOut' : 500,
'overlayOpacity' : 0.3,
'overlayColor'   : '#fff',
'centerOnScroll' : true,
'hideOnContentClick' : false,
'hideOnOverlayClick'	: true

		})
		});
		
$(document).ready(function() {		
$(".kontakt").fancybox({
'width' : 840,
'height' : 690,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'showIframeLoading' : true,
'href'	: 'http://www.profil.se/shortcut/kontakt/',
'padding' : 0,
'zoomOpacity' : true,
'zoomSpeedIn' : 500,
'zoomSpeedOut' : 500,
'overlayOpacity' : 0.3,
'overlayColor'   : '#fff',
'centerOnScroll' : true,
'hideOnContentClick' : false,
'hideOnOverlayClick'	: true

		})		
});


	
