$(document).ready(function(){
  $.fancybox({
    'href': '/welcome/splash',
    'type': 'ajax',
    'autoDimensions'	: false,
		'width'         		: 940,
		'height'        		: 500,
  });
});
