jQuery(function(){
    // Lightbox
    // Image cycle
    $('#topImage a').lightBox({
        imageLoading:			'/imports/jscripts/jquery/lightbox/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'/imports/jscripts/jquery/lightbox/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'/imports/jscripts/jquery/lightbox/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'/imports/jscripts/jquery/lightbox/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'/imports/jscripts/jquery/lightbox/lightbox-blank.gif',			// (string) Path and the name of a blank image (one pixel)
	    txtOf:'of'
    });
	
	$("#keyword").DefaultValue("Search");
    $("#keyword2").DefaultValue("Your email");
    $("#geo_postal_code").DefaultValue("Your zip code");
    
});
