// JavaScript Document


$(document).ready(function() {
	
});

function checkLogin() {
	$('#validationmessage').fadeIn('slow');	
}

