// JavaScript Document

function joinmailinglist() {


mailinglistjoin = '<div class="roundCorner1 content_full_mailinglist"> \
			<form action="http://www.netconnectnews.com/public/listmessenger.php" method="post"><input type="hidden" name="action" value="subscribe" />Join our monthly mailinglist:&nbsp; \
				<input type="text" id="firstname" name="firstname" value="First name" size="10" maxlength="64" onfocus="if (this.value ==\'First name\') this.value =\'\';" onblur="if (this.value==\'\') this.value=\'First name\';" />&nbsp; \
				<input type="text" id="lastname" name="lastname" value="Last name" size="10" maxlength="64" onfocus="if (this.value ==\'Last name\') this.value =\'\';" onblur="if (this.value==\'\') this.value=\'Last name\';" />&nbsp; \
				<input type="text" id="email_address" name="email_address" value="E-mail Address" size="15" maxlength="64" onfocus="if (this.value ==\'E-mail Address\') this.value =\'\';" onblur="if (this.value==\'\') this.value=\'E-mail Address\';" />&nbsp; \
				<select id="group_ids" name="group_ids[]"> \
							<option value="3">Newsletter Norway</option> \
							<option value="6">Newsletter US</option> \
							<option value="5">Newsletter UK</option> \
							</select>&nbsp; \
				<input type="submit" name="submit" value=" Subscribe " class="input_submit" /> \
			</form> \
			<p>We\'re also present in other places. Follow us on <a href="http://www.facebook.com/NetConnect" target="_blank"> \
			<img src="http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif" alt="" border="0" vspace="0" style="position: relative; top:3px;" /> \
			acebook</a> and <a href="http://www.linkedin.com/companies/netconnect-as" target="_blank">LinkedIn</a>,  \
			where we post various news and interesting bits of information.</p> \
			</div>';


/// *** SLUTT USEFUL MENYER ***


document.write(mailinglistjoin);


}
