		<!--
		$(function(){
	$('a#loginLink').click(function(){$('#clientLogin').slideToggle(); return false;});
	$('#loginButton').click(function(){$('#clientLogin').slideToggle(); return true;});
	$('#clientLogin').css('display', 'none');
});
		$(document).ready(function ()
		{
			$('#myform').FormValidate({
				phpFile:"send.php",
				ajax:true,
				validCheck: false
			});
		});
		$(function() {
		$('#lightbox_gallery a').lightBox({fixedNavigation:true});
	});
		-->