$(document).ready(function () {
	$("#advertise").click(
		function(){
			window.open('freeadsignup.html', '_self');
		});	
});
