$(document).ready(function() { 
$("a.signup").fancybox({
	'frameWidth': 370,
	'frameHeight': 185
	}); 
}); 