document.write('<form method="post" action="http://news.xsitecash.com/form.php?form=7" id="frmSS7" onsubmit="return CheckForm5(this);">');
document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"><TR>');
document.write('<TD ROWSPAN="3"><IMG SRC="http://www.xsitecash.com/promo/mailbox/images/ko_728x100_04_1.jpg" WIDTH="149" BORDER="0" HEIGHT="100"></TD>');
document.write('<TD ROWSPAN="3"><IMG SRC="http://www.xsitecash.com/promo/mailbox/images/ko_728x100_04_2.gif" WIDTH="79" BORDER="0" HEIGHT="100"></TD>');
document.write('<TD COLSPAN="2"><IMG SRC="http://www.xsitecash.com/promo/mailbox/images/ko_728x100_04_3.gif" WIDTH="500" BORDER="0" HEIGHT="63"></TD>');
document.write('</TR><TR><TD bgcolor="#FFFFFF" WIDTH="494" HEIGHT="32">');
document.write('<input type="text" name="CustomFields[2]" id="CustomFields_2_7" value="Dein Name" onfocus="this.value=\'\';" size=\'22\' style="Font-Family: Arial; Font-Size: 12px; Color: #000000"; Background-Color: #000000">  ');
document.write('<input type="text" name="email" value="Deine eMail Adresse" onfocus="this.value=\'\';" size=\'22\' style="Font-Family: Arial; Font-Size: 12px; Color: #000000"; Background-Color: #000000">   ');
document.write('<input type="hidden" name="CustomFields[12]" id="CustomFields_12_7" value="SID=773000134:::0206">');
document.write('<input type="hidden" name="format" value="h" />');
document.write('<input type="submit" value="Sexkontakte anfordern" style="border: 1px solid #000000; Font-Family: Arial; Font-Size: 12px; Color: #FFFFFF; font-weight: bold; Background-Color: #FFA600" />');
document.write('</TD><TD><IMG SRC="http://www.xsitecash.com/promo/mailbox/images/ko_728x100_04_5.gif" WIDTH="6" BORDER="0" HEIGHT="32"></TD>');
document.write('</TR><TR><TD COLSPAN="2"><IMG SRC="http://www.xsitecash.com/promo/mailbox/images/ko_728x100_04_6.gif" WIDTH="500" BORDER="0" HEIGHT="5"></TD>');
document.write('</td></tr></table></form>');
function CheckMultiple7(frm, name) {
				for (var i=0; i < frm.length; i++)
				{
					fldObj = frm.elements[i];
					fldId = fldObj.id;
					if (fldId) {
						var fieldnamecheck=fldObj.id.indexOf(name);
						if (fieldnamecheck != -1) {
							if (fldObj.checked) {
								return true;
							}
						}
					}
				}
				return false;
			}
		function CheckForm7(f) {
			var email_re = /[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?/i;
			if (!email_re.test(f.email.value)) {
				alert("Bitte trage deine eMail Adresse ein.");
				f.email.focus();
				return false;
			}
		
				return true;
			}
