$node = stdClass Object (
[nid] => [80411]
[type] => [page]
[language] => []
[uid] => [1]
[status] => [1]
[created] => [1267033039]
[changed] => [1267638692]
[comment] => [0]
[promote] => [0]
[moderate] => [0]
[sticky] => [0]
[tnid] => [0]
[translate] => [0]
[vid] => [80412]
[revision_uid] => [89]
[title] => [A-List Signup]
[body] => [<!-- print javascript --> <script language="JavaScript">
<!--
function is_email_valid(inemail){
invalidChars = "/:,;";
for(i=0; i<invalidChars.length; i++){
badChar = invalidChars.charAt(i);
if(inemail.indexOf(badChar,0) != -1){
return false;
}
}
atPos = inemail.indexOf("@", 1);
if (atPos == -1){
return false;
}
if(inemail.indexOf("@", atPos+1) != -1){
return false;
}
periodPos = inemail.indexOf(".", atPos);
if(periodPos == -1){
return false;
}
if(periodPos+3 > inemail.length){
return false;
}
return true;
}
function check_mandatory_fields(){
for (var i = 0; i < document.f1.length; i++){
var e = document.f1.elements[i]; // get element
if(e.value == "") {
if (e.name == "items[Location]"){
alert("You didn't enter a value for your Location." );
return false;
}
else
if (e.name == "items[Name]"){
alert("You didn't enter a value for your Name." );
return false;
}
if (e.name == "email"){
alert("You didn't enter a value for your email." );
return false;
}
} else if(e.name == "email"){
if(!is_email_valid(e.value)){
alert("You entered an invalid email address.");
return false;
}
}
}
}
//-->
</script> <!-- end javascript -->
<h1>Join the A-List</h1>
<div class="page-user-register">
<div id="required">(All fields are required.)</div>
<form name="f1" action="http://wb1.webforms.net/formpost.html?cid=169&tid=8&formid=" method="post" onSubmit="return check_mandatory_fields()" id="user-register" class="page-user-register">
<input type="hidden" name="forwardaddress" value="http://theavenuealist.com/alist/thankyou" />
<div class="form-item"><label for="location" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Your Favorite Location:</label> <select name="items[Location]" class="form-select" id="location" style="margin-left: 10px;">
<option value="">Select a Location</option>
<option value="The Avenue Carriage Crossing">The Avenue Carriage Crossing</option>
<option value="The Avenue East Cobb">The Avenue East Cobb</option>
<option value="The Avenue Forsyth">The Avenue Forsyth</option>
<option value="The Avenue Murfreesboro">The Avenue Murfreesboro</option>
<option value="The Avenue Peachtree City">The Avenue Peachtree City</option>
<option value="The Avenue Viera">The Avenue Viera</option>
<option value="The Avenue Webb Gin">The Avenue Webb Gin</option>
<option value="The Avenue West Cobb">The Avenue West Cobb</option>
</select></div>
<div class="form-item"><label for="name" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Name:</label> <input type="text" maxlength="150" size="" name="items[Name]" class="form-text" id="name" style="margin-left: 10px;" /></div>
<div class="form-item"><label for="email" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Email:</label> <input type="text" maxlength="100" size="25" name="email" class="form-text" id="email" style="margin-left: 10px;" /></div>
<input type="submit" name="op" id="edit-submit" value="Submit" class="form-submit" />
</form>
</div>]
[log] => []
[revision_timestamp] => [1267638692]
[format] => [3]
[name] => [admin]
[picture] => []
[data] => [a:5:{s:9:"nodewords";a:2:{s:8:"keywords";s:0:"";s:11:"description";s:0:"";}s:25:"chimpmail_list_b84ff89585";i:0;s:17:"messaging_default";s:9:"phpmailer";s:27:"notifications_send_interval";s:3:"600";s:13:"form_build_id";s:37:"form-736d32d7981469be01315bf06944b515";}]
[path] => [user/register]
[domains] => array (
[-1] => [-1]
)
[domain_site] => [1]
[subdomains] => array (
[0] => [The Avenue]
[1] => [All affiliates]
)
[old_status] => [1]
[taxonomy] => array (
)
[locations] => array (
)
[location] => array (
)
[nodewords] => array (
)
[page_title] => []
[build_mode] => [0]
[readmore] => []
[content] => array (
[locations] => array (
[#tree] => []
[#parents] => array (
)
[#prefix] => []
[#suffix] => []
[#required] => []
[#attributes] => array (
)
[#value] => []
[#weight] => [0]
[#description] => []
[#type] => [markup]
[#title] => []
[#printed] => [1]
)
[#content_extra_fields] => array (
[title] => array (
[label] => [Title]
[description] => [Node module form.]
[weight] => [-5]
)
[body_field] => array (
[label] => [Body]
[description] => [Node module form.]
[weight] => [0]
[view] => [body]
)
[menu] => array (
[label] => [Menu settings]
[description] => [Menu module form.]
[weight] => [-2]
)
[domain] => array (
[label] => [Domain access]
[description] => [Domain-specific settings for posts.]
[weight] => [1]
)
[scheduler_settings] => array (
[label] => [Scheduler]
[description] => [Scheduler module form.]
[weight] => [10]
)
)
[#pre_render] => array (
[0] => [content_alter_extra_weights]
)
[body] => array (
[#weight] => [0]
[#value] => [<!-- print javascript --> <script language="JavaScript">
<!--
function is_email_valid(inemail){
invalidChars = "/:,;";
for(i=0; i<invalidChars.length; i++){
badChar = invalidChars.charAt(i);
if(inemail.indexOf(badChar,0) != -1){
return false;
}
}
atPos = inemail.indexOf("@", 1);
if (atPos == -1){
return false;
}
if(inemail.indexOf("@", atPos+1) != -1){
return false;
}
periodPos = inemail.indexOf(".", atPos);
if(periodPos == -1){
return false;
}
if(periodPos+3 > inemail.length){
return false;
}
return true;
}
function check_mandatory_fields(){
for (var i = 0; i < document.f1.length; i++){
var e = document.f1.elements[i]; // get element
if(e.value == "") {
if (e.name == "items[Location]"){
alert("You didn't enter a value for your Location." );
return false;
}
else
if (e.name == "items[Name]"){
alert("You didn't enter a value for your Name." );
return false;
}
if (e.name == "email"){
alert("You didn't enter a value for your email." );
return false;
}
} else if(e.name == "email"){
if(!is_email_valid(e.value)){
alert("You entered an invalid email address.");
return false;
}
}
}
}
//-->
</script> <!-- end javascript -->
<h1>Join the A-List</h1>
<div class="page-user-register">
<div id="required">(All fields are required.)</div>
<form name="f1" action="http://wb1.webforms.net/formpost.html?cid=169&tid=8&formid=" method="post" onSubmit="return check_mandatory_fields()" id="user-register" class="page-user-register">
<input type="hidden" name="forwardaddress" value="http://theavenuealist.com/alist/thankyou" />
<div class="form-item"><label for="location" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Your Favorite Location:</label> <select name="items[Location]" class="form-select" id="location" style="margin-left: 10px;">
<option value="">Select a Location</option>
<option value="The Avenue Carriage Crossing">The Avenue Carriage Crossing</option>
<option value="The Avenue East Cobb">The Avenue East Cobb</option>
<option value="The Avenue Forsyth">The Avenue Forsyth</option>
<option value="The Avenue Murfreesboro">The Avenue Murfreesboro</option>
<option value="The Avenue Peachtree City">The Avenue Peachtree City</option>
<option value="The Avenue Viera">The Avenue Viera</option>
<option value="The Avenue Webb Gin">The Avenue Webb Gin</option>
<option value="The Avenue West Cobb">The Avenue West Cobb</option>
</select></div>
<div class="form-item"><label for="name" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Name:</label> <input type="text" maxlength="150" size="" name="items[Name]" class="form-text" id="name" style="margin-left: 10px;" /></div>
<div class="form-item"><label for="email" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Email:</label> <input type="text" maxlength="100" size="25" name="email" class="form-text" id="email" style="margin-left: 10px;" /></div>
<input type="submit" name="op" id="edit-submit" value="Submit" class="form-submit" />
</form>
</div>]
[#title] => []
[#description] => []
[#printed] => [1]
)
[#title] => []
[#description] => []
[#children] => [<!-- print javascript --> <script language="JavaScript">
<!--
function is_email_valid(inemail){
invalidChars = "/:,;";
for(i=0; i<invalidChars.length; i++){
badChar = invalidChars.charAt(i);
if(inemail.indexOf(badChar,0) != -1){
return false;
}
}
atPos = inemail.indexOf("@", 1);
if (atPos == -1){
return false;
}
if(inemail.indexOf("@", atPos+1) != -1){
return false;
}
periodPos = inemail.indexOf(".", atPos);
if(periodPos == -1){
return false;
}
if(periodPos+3 > inemail.length){
return false;
}
return true;
}
function check_mandatory_fields(){
for (var i = 0; i < document.f1.length; i++){
var e = document.f1.elements[i]; // get element
if(e.value == "") {
if (e.name == "items[Location]"){
alert("You didn't enter a value for your Location." );
return false;
}
else
if (e.name == "items[Name]"){
alert("You didn't enter a value for your Name." );
return false;
}
if (e.name == "email"){
alert("You didn't enter a value for your email." );
return false;
}
} else if(e.name == "email"){
if(!is_email_valid(e.value)){
alert("You entered an invalid email address.");
return false;
}
}
}
}
//-->
</script> <!-- end javascript -->
<h1>Join the A-List</h1>
<div class="page-user-register">
<div id="required">(All fields are required.)</div>
<form name="f1" action="http://wb1.webforms.net/formpost.html?cid=169&tid=8&formid=" method="post" onSubmit="return check_mandatory_fields()" id="user-register" class="page-user-register">
<input type="hidden" name="forwardaddress" value="http://theavenuealist.com/alist/thankyou" />
<div class="form-item"><label for="location" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Your Favorite Location:</label> <select name="items[Location]" class="form-select" id="location" style="margin-left: 10px;">
<option value="">Select a Location</option>
<option value="The Avenue Carriage Crossing">The Avenue Carriage Crossing</option>
<option value="The Avenue East Cobb">The Avenue East Cobb</option>
<option value="The Avenue Forsyth">The Avenue Forsyth</option>
<option value="The Avenue Murfreesboro">The Avenue Murfreesboro</option>
<option value="The Avenue Peachtree City">The Avenue Peachtree City</option>
<option value="The Avenue Viera">The Avenue Viera</option>
<option value="The Avenue Webb Gin">The Avenue Webb Gin</option>
<option value="The Avenue West Cobb">The Avenue West Cobb</option>
</select></div>
<div class="form-item"><label for="name" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Name:</label> <input type="text" maxlength="150" size="" name="items[Name]" class="form-text" id="name" style="margin-left: 10px;" /></div>
<div class="form-item"><label for="email" style="clear: left; color: rgb(82, 111, 118); float: left; font-size: 12px; font-weight: normal; text-align: right; width: 135px;">Email:</label> <input type="text" maxlength="100" size="25" name="email" class="form-text" id="email" style="margin-left: 10px;" /></div>
<input type="submit" name="op" id="edit-submit" value="Submit" class="form-submit" />
</form>
</div>]
[#printed] => [1]
)
[links] => array (
[addthis] => array (
[title] => [
<a href="http://www.addthis.com/bookmark.php"
onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')"
onmouseout="addthis_close()"
onclick="return addthis_sendto()"><img src="http://shoptheavenue.com/sites/all/themes/shoptheavenuedev/images/share.png" width="66" height="15" alt="Share This" /></a>
<script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]
[html] => [1]
)
[print] => array (
[href] => [print/80411]
[title] => [<img width="16px" height="16px" style="vertical-align:middle" src="/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" />]
[attributes] => array (
[title] => [Display a printer-friendly version of this page.]
[class] => [print-page]
[target] => [_blank]
[rel] => [nofollow]
)
[html] => [1]
[query] => []
)
)
);