function registerHON(Write){
//EDITABLE AREA START//
//Edit the Event Date//Example: EventDate ="March 10, 2007";	
EventDate="March 20, 2010";

//Edit the Event Location
//Example: Location="Union, NJ";
Location="Edison, NJ";

//Edit the Event Time
//Example: EventTime="10:00a.m. - 1:00p.m."	
EventTime="9:30am - 1:30pm"

//Edit the Event Code
//Event Code is the Event Date in Numerical Value and the first 3 digits of the location//Example: 01012006uni		
Code="03202010ced";

//EDITABLE AREA END	  //                                                                                                                             //DO NOT EDIT ANYTHING BELOW THIS LINE ////////////////////////////////////////////////////////////////////////////////////////////		Event="Homeownership Now on " + EventDate;	if (Write == 1) {		if (EventDate == "") {			Text="<p><b>Homeownership Now Seminar</b></p><p>TBD</p><p>&nbsp;</p>";		} else if (Code == "") {			Text="<b>Homeownership Now Seminar</b></a><br>" + Location + "<br>" + EventDate;		} else {			Text="<a href='javascript:registerHON();'><b>Homeownership Now Seminar</b></a><br>" + Location + "<br>" + EventDate + "<br>" + EventTime;		}		document.write(Text);	} else {		if (Code == "") {			alert("We're sorry!  There is no date currently set for this event.  Please check back soon for future dates.");			} else {			window.open("https://homeownershipnow.com/registration/index.asp?Event="+Event+"&Code="+Code+"&Location="+Location,'hon_reg','width=650, height=570, scrollbars=1, status=no,resizable=yes,xleft=50,xtop=50');		}	}}function registerHONSP(Write){	EventDateSP="";	LocationSP="";	EventTimeSP="9:30am - 1:15pm"	CodeSP="";	EventSP="En Espa%F1ol: " + EventDateSP;	if (Write == 1) {		if (EventDateSP == "") {			TextSP="<hr noshade><b>En Espa&#241;ol</b><p>TBD</p><p>&nbsp;</p>";		} else {			TextSP="<hr noshade><a href='javascript:registerHONSP();'><b>En Espa&#241;ol</b></a><br>" + LocationSP + "<br>" + EventDateSP + "<br>" + EventTimeSP;		}//			document.write(TextSP);	} else {		if (CodeSP == "") {			alert("We're sorry!  There is no date currently set for this event.  Please check back soon for future dates.");			} else {			reg=window.open("https://homeownershipnow.com/registration/index.asp?Event="+EventSP+"&Code="+CodeSP+"&Location="+LocationSP,'hon_reg','width=650, height=570, scrollbars=1, status=no,resizable=yes,xleft=50,xtop=50');			reg.focus();		}	}}function registerCF(Write){	EventDateCF="";	LocationCF="";	EventTimeCF="9:30am - 1:15pm"	CodeCF="";	EventCF="Credit First on " + EventDateCF;	if (Write == 1) {		if (EventDateCF == "") {			TextCF="<hr noshade><b>Credit First</b><p>TBD</p><p>&nbsp;</p>";		} else {			TextCF="<hr noshade><a href='javascript:registerCF();'><b>Credit First</b></a><br>" + LocationCF + "<br>" + EventDateCF + "<br>" + EventTimeCF;		}//			document.write(TextCF);	} else {		if (CodeCF == "") {			alert("We're sorry!  There is no date currently set for this event.  Please check back soon for future dates.");			} else {			reg=window.open("https://homeownershipnow.com/registration/index.asp?Event="+EventCF+"&Code="+CodeCF+"&Location="+LocationCF,'hon_reg','width=650, height=570, scrollbars=1, status=no,resizable=yes,xleft=50,xtop=50');			reg.focus();		}	}}