// JavaScript Document
$(function(){
	$(".reg").click(function(){ 						 
		location.href="register.html";
	});
});	 
