/* JavaScript file to create the Include...in this case, a page footer.

Make sure that there are no double quotes inside the variable
otherwise you will get a JavaScript error. Also, there must be
no carriage returns in the variable string as JavaScript will
interpret them as a new line and you will get error codes.

The variable "footer_1" is used in the document write function 
on the HTML page.

*/

var footer_1="<form action='http://www.ucsaction.org/offsite-join.tcl' method='post'><input type='hidden' value='ucsaction' name='domain' /><input type='hidden' value='http://www.ucsusa.org/form/Greentipsthankyouga.html' name='return_url' /> <input type='hidden' value='greentipsform' name='source' /> <input type='hidden' value='green' name='group1' /><br /><table><tbody><tr><td>Want to be an environmentally conscious consumer? Have Greentips delivered to your inbox every month&#8212;FREE!&#160; Subscribe today.</td></tr><tr><td><p align='left'><br />enter your email address</p></td></tr><tr><td><input maxlength='100' size='35' name='email' /></td></tr></tbody></table><input type=submit value=Submit></form>" 


