﻿/// <reference path="jquery-1.4.2.min.js"/>
jQuery(document).ready(function($) {

});

function Initializers() {
  Signup('a.signup');
 /* $("#SignupBox").click() {}*/
 }


 function Signup(target) {
    $(target).fancybox({
        'frameWidth': 600,
        'frameHeight': 400, 
        'centerOnScroll': true,
		'hideOnContentClick': false,
		'zoomOpacity': true,
		'zoomSpeedIn': 600,
		'zoomSpeedOut': 500
	});
	//'type': 'iframe'toptions="group = links, type = iframe, effect = fade, width = 600, height = 475, overlayClose = 1, layout = quicklook" 
}


