$(document).ready(function(){
	$.cookie('page', location.href, { path: '/'});
});