$(document).ready(function(){
	$('#greenDogClub').load("/greendog_club.php", function(text, status){
		document.getElementById("greenDogClubNextUrl").value = location.href;
	});
});
