var current_URL = location.href;
if (current_URL.indexOf("?n") >  0) {
	var QUERY_pos = current_URL.indexOf("?") + 1;
	QUERY_STRING = current_URL.substring(QUERY_pos); 
}
else {
	QUERY_STRING="nats=MDowOjE&step=2";
}
function join_page()
{
//	location.href='https://secure.wickedpictures.com/join2999.cfm?' + QUERY_STRING;
	location.href='http://join.wickedpictures.com/signup/signup.php?' + QUERY_STRING;
}
