Arkadaslar birkac hafta once hazir bir web sayfasi uzerinde bazi degisikler yapmam istendi(fotograf,ve metin gibi).Bunlari hallettim ama web sayfasi uerinde calisan birde bir otel rezervasyon formu var.Sorunu su;FOrm uzerine hicbir bilgi girmeden submit tusuna basarsaniz hicbir uyari vermeden bos sayfayi yolluyor.Nasil duzeltebilecegim konusunda yardimci olabilirmisiniz ..
function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc; }
function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}} }
function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }
Arkadaslar birkac hafta once hazir bir web sayfasi uzerinde bazi degisikler yapmam istendi(fotograf,ve metin gibi).Bunlari hallettim ama web sayfasi uerinde calisan birde bir otel rezervasyon formu var.Sorunu su;FOrm uzerine hicbir bilgi girmeden submit tusuna basarsaniz hicbir uyari vermeden bos sayfayi yolluyor.Nasil duzeltebilecegim konusunda yardimci olabilirmisiniz ..
<%
Set JMail = Server.CreateObject("JMail.SMTPMail")
JMail.ServerAddress = "xxxxxxxxxxxxxxx:25"
JMail.Sender = "xxxxxxxxxxxxxxxxxxx"
JMail.Subject = Request.Form("hotel") + " Reservation Form"
JMail.AddRecipient "xxxxxxxxxxx"
JMail.AddRecipientCC "xxxxxxxx"
JMail.Body = JMail.Body & Request.Form("hotel") & " Reservation Form" & vbCrLf & vbCrLf
JMail.Body = JMail.Body & "Personal Information" & vbCrLf
JMail.Body = JMail.Body & "====================" & vbCrLf
JMail.Body = JMail.Body & "Name: " & Request.Form("name") & vbCrLf
JMail.Body = JMail.Body & "Surname: " & Request.Form("Surname") & vbCrLf
JMail.Body = JMail.Body & "Tel: " & Request.Form("Tel") & vbCrLf
JMail.Body = JMail.Body & "Fax: " & Request.Form("Fax") & vbCrLf
JMail.Body = JMail.Body & "E-Mail: " & Request.Form("EMail") & vbCrLf
JMail.Body = JMail.Body & "E-Mail Confirmation: " & Request.Form("EMailConfirmation") & vbCrLf
JMail.Body = JMail.Body & "Address: " & Request.Form("Address") & vbCrLf
JMail.Body = JMail.Body & "Country: " & Request.Form("Country") & vbCrLf & vbCrLf
JMail.Body = JMail.Body & "Room Booking Information" & vbCrLf
JMail.Body = JMail.Body & "========================" & vbCrLf
JMail.Body = JMail.Body & "Date of Arrival: " & Request.Form("AccommodationArrivalMonth") & " " & Request.Form("AccommodationArrivalDay") & ", " & Request.Form("AccommodationArrivalYear") & vbCrLf
JMail.Body = JMail.Body & "Date of Departure: " & Request.Form("AccommodationDepartureMonth") & " " & Request.Form("AccommodationDepartureDay") & ", " & Request.Form("AccommodationDepartureYear") & vbCrLf
JMail.Body = JMail.Body & "Room Basis: " & Request.Form("RoomBasis") & vbCrLf
JMail.Body = JMail.Body & "Hotel Room: " & Request.Form("HotelRoom") & vbCrLf
JMail.Body = JMail.Body & "Bungalow: " & Request.Form("Bungalow") & vbCrLf
JMail.Body = JMail.Body & "Adult: " & Request.Form("Adult") & vbCrLf
JMail.Body = JMail.Body & "Child: " & Request.Form("Child") & vbCrLf
JMail.Body = JMail.Body & "Infant: " & Request.Form("Infant") & vbCrLf
JMail.Body = JMail.Body & "Party Details: " & Request.Form("AdultChildInfantInfo") & vbCrLf
JMail.Body = JMail.Body & "Airport Transfer: " & Request.Form("AirportTransfer") & vbCrLf
JMail.Body = JMail.Body & "Airport Arrival Hour: " & Request.Form("AccommodationAirportArrivalHour") & vbCrLf
JMail.Body = JMail.Body & "Airport Arrival Minute: " & Request.Form("AccommodationAirportArrivalMin") & vbCrLf
JMail.Body = JMail.Body & "Flight Number: " & Request.Form("FlightArrivalNumber") & vbCrLf & vbCrLf
JMail.Body = JMail.Body & "Special Requests" & vbCrLf
JMail.Body = JMail.Body & "========================" & vbCrLf
JMail.Body = JMail.Body & Request.Form("special") & vbCrLf
JMail.Priority = 3
JMail.AddHeader "Originating-IP", Request.ServerVariables("REMOTE_ADDR")
JMail.Execute
%>
<HTML>
<HEAD>
<TITLE>xxxxxxxxxxxxx - Reservation Received</TITLE>
<meta name="description"
content="The xxxxxxxxxxx offer comfort and splendour. ">
<meta name="keywords"
content="xxxxxxxxxxxxxxxxxxxxxxxxx inn">
<META NAME="AUTHOR" CONTENT="xxxxxx">
<META HTTP-EQUIV="CHARSET" CONTENT="ISO-8859-1">
<META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="English">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META NAME="RATING" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">
<META NAME="REVISIT-AFTER" CONTENT="2 weeks">
<LINK REL="stylesheet" HREF="defStyle.css" TYPE="text/css">
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
function MM_showHideLayers(){var i,p,v,obj,args=MM_showHideLayers.arguments;for (i=0; i<(args.length-2); i+=3)if ((obj=MM_findObj(args))!=null){v=args[i+2];if (obj.style){obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v;}obj.visibilit y=v;}}function gothere(form){var index=form.dest.selectedIndex;this.location=(form.dest.optio ns[index].value);}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i ++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
//-->
</SCRIPT>
</HEAD>
<BODY
ONLOAD="MM_preloadImages('images/aboutus_company_ovr.gif','i mages/aboutus_media_centre_ovr.gif','images/top_menu_home_ov r.gif','images/top_menu_media_centre_ovr.gif','images/top_me nu_about_ovr.gif','images/top_menu_product_ovr.gif','images/ top_menu_reseller_ovr.gif','images/top_menu_contact_ovr.gif' ,'images/top_menu_country_ovr.gif','product/images/productme nu_audio_ovr.gif','hotel_info_ovr.gif','hotel_facilities_ovr .gif','hotel_prices_ovr.gif','hotel_photos_ovr.gif','booking _ovr.gif','IMAGES/rent_a_car_ovr.gif')"
BGCOLOR="#FFFFFF" TOPMARGIN="0" BOTTOMMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0"
MARGINWIDTH="0" MARGINHEIGHT="0" LINK="blue" ALINK="red" VLINK="#999999">
<DIV ID="overDiv"
STYLE="position:absolute; left:-100; visibility:hide; z-index:1;"></DIV> <SCRIPT LANGUAGE="javascript" SRC="menuLogic.js"></SCRIPT>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" width="730">
<TR>
<TD COLSPAN="3">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" NAME="top" width="720">
<TR>
<TD valign="middle" height="42">
<div align="left"><img src="hotel_title_2.gif" width="288" height="56"></div>
<div align="right"></div>
</TD>
<TD valign="middle" height="42"> </TD>
</TR>
<TR BGCOLOR="#B5B5F2" ALIGN="right">
<TD bgcolor="#F8FDD9" colspan="2" height="3"> <FONT COLOR="#FFFFFF" SIZE="1" FACE="Arial">
</FONT> </TD>
</TR>
<TR valign="top">
<TD colspan="2"> <a href="index.htm"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('home','','images/top_menu_h ome_ovr.gif',1)"><img
src="images/top_menu_home.gif" border="0" name="home" width="83"
height="16"></a><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=hotel_about_us.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','images/top_menu_about _ovr.gif',1)" data-href="hotel_about_us.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','images/top_menu_about _ovr.gif',1)"><img src="images/top_menu_about.gif" width="84" height="16" border="0" name="Image1"></a><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=hotel_history.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','images/top_menu_produ ct_ovr.gif',1)" data-href="hotel_history.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','images/top_menu_produ ct_ovr.gif',1)"><img src="images/top_menu_product.gif" width="84" height="16" border="0" name="Image2"></a><A HREF="hotel_location.htm"
ONMOUSEOUT="MM_swapImgRestore()"
ONMOUSEOVER="MM_swapImage('mediacentre','','images/top _menu_media_centre_ovr.gif',1)"><IMG
SRC="images/top_menu_media_centre.gif" BORDER="0" NAME="mediacentre" WIDTH="84"
HEIGHT="16"></A><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=hotel_subscription.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','images/top_menu_resel ler_ovr.gif',1)" data-href="hotel_subscription.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','images/top_menu_resel ler_ovr.gif',1)"><img src="images/top_menu_reseller.gif" width="84" height="16" border="0" name="Image3"></a><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=hotel_contact_us.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','images/top_menu_conta ct_ovr.gif',1)" data-href="hotel_contact_us.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','images/top_menu_conta ct_ovr.gif',1)"><img src="images/top_menu_contact.gif" width="84" height="16" border="0" name="Image4"></a><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=rent_a_car.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','IMAGES/rent_a_car_ovr .gif',1)" data-href="rent_a_car.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','IMAGES/rent_a_car_ovr .gif',1)"><img src="IMAGES/rent_a_car.gif" width="84" height="16" border="0" name="Image5"></a><a href="xxxxxxxx" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('country','','images/top_menu_coun try_ovr.gif',1)"><IMG
SRC="images/top_menu_country.gif" WIDTH="151" HEIGHT="16" NAME="country" border="0"></a></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFC6" WIDTH="3" rowspan="2"> <IMG SRC="images/spacer.gif" WIDTH="3" HEIGHT="3"><BR>
</TD>
<TD WIDTH="143" BGCOLOR="#FFFFC6" VALIGN="top" rowspan="2">
<table width="143" border="0" cellspacing="0" cellpadding="0"
bgcolor="#FFFFCC">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td class="lgestyle" bgcolor="#E4E2A3" rowspan="5" height="10" width="1"></td>
<td width="142" height="10" valign="baseline"><img src="chateu_lambousa.gif" width="139" height="16"></td>
</tr>
<tr>
<td width="142">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="19%" height="14" valign="top">
<div align="right"></div>
</td>
<td width="81%" height="14" valign="baseline"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=chateu_lambousa_info.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','hotel_info_ovr.gif',1 )" data-href="chateu_lambousa_info.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','hotel_info_ovr.gif',1 )"><img src="hotel_info.gif" width="80" height="25" border="0" name="Image6"></a></td>
</tr>
<tr valign="top">
<td width="19%" height="5">
<div align="right"></div>
</td>
<td width="81%" height="5"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=chateu_lambousa_facilities.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','hotel_facilities_ovr .gif',1)" data-href="chateu_lambousa_facilities.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','hotel_facilities_ovr .gif',1)"><img src="hotel_facilities.gif" width="76" height="19" border="0" name="Image10"></a></td>
</tr>
<tr>
<td width="19%" height="4"> </td>
<td width="81%" valign="top" height="4"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=chateu_lambousa_prices.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','hotel_prices_ovr.gif' ,1)" data-href="chateu_lambousa_prices.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','hotel_prices_ovr.gif' ,1)"><img src="hotel_prices.gif" width="54" height="17" border="0" name="Image7"></a></td>
</tr>
<tr>
<td width="19%"> </td>
<td width="81%"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=chateau_lambousa_photos/chateau_lambousa_photos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','hotel_photos_ovr.gif' ,1)" data-href="chateau_lambousa_photos/chateau_lambousa_photos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','hotel_photos_ovr.gif' ,1)"><img src="hotel_photos.gif" width="62" height="18" border="0" name="Image9"></a></td>
</tr>
<tr>
<td width="19%"> </td>
<td width="81%"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=chateu_lambousa_booking.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','booking_ovr.gif',1)"& gt;<img src="booking.gif" width="67" height="19" border="0" name="Image8" data-href="chateu_lambousa_booking.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','booking_ovr.gif',1)"& gt;<img src="booking.gif" width="67" height="19" border="0" name="Image8"></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="142" valign="top"> </td>
</tr>
<tr>
<td width="142"><img src="xxxxxxxxxxx" width="139" height="16"></td>
</tr>
<tr>
<td width="142">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="19%" height="14" valign="top">
<div align="right"></div>
</td>
<td width="81%" height="14" valign="baseline"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=xxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','hotel_info_ovr.gif', 1)" data-href="xxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11','','hotel_info_ovr.gif', 1)"><img src="hotel_info.gif" width="80" height="25" border="0" name="Image11"></a></td>
</tr>
<tr valign="top">
<td width="19%" height="5">
<div align="right"></div>
</td>
<td width="81%" height="5"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=xxxxxxxxxxxxx" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','hotel_facilities_ovr .gif',1)" data-href="xxxxxxxxxxxxx" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','hotel_facilities_ovr .gif',1)"><img src="hotel_facilities.gif" width="75" height="19" border="0" name="Image12"></a></td>
</tr>
<tr>
<td width="19%" height="4"> </td>
<td width="81%" valign="top" height="4"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=xxxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','hotel_prices_ovr.gif ',1)" data-href="xxxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','hotel_prices_ovr.gif ',1)"><img src="hotel_prices.gif" width="54" height="17" border="0" name="Image13"></a></td>
</tr>
<tr>
<td width="19%"> </td>
<td width="81%"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=xxxxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','hotel_photos_ovr.gif ',1)" data-href="xxxxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','hotel_photos_ovr.gif ',1)"><img src="hotel_photos.gif" width="62" height="18" border="0" name="Image14"></a></td>
</tr>
<tr>
<td width="19%"> </td>
<td width="81%"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=5372843&url=xxxxxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','booking_ovr.gif',1)" ><img src="booking.gif" width="67" height="19" border="0" name="Image15" data-href="xxxxxxxxxxxx.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','booking_ovr.gif',1)" ><img src="booking.gif" width="67" height="19" border="0" name="Image15"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
<p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#993300">Chateau
Lambousa<br>
Booking </font></p>
</TD>
<TD VALIGN="top" height="1463" bgcolor="#FFFFC6" width="593">
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">We have received your reservation successfully and will get back to you as soon as possible. </font></p></TD>
</TR>
<TR>
<TD VALIGN="top" width="593"></TD>
</TR>
<TR ALIGN="center" VALIGN="middle">
<TD COLSPAN="3" CLASS="lgestyle_footer" bgcolor="#E4E2A3"> <font color="#333333" size="1"><IMG SRC="images/spacer.gif" WIDTH="1" HEIGHT="14"
ALIGN="absmiddle">2002 xxxxxxxxxx - All rights reserved</font><font color="#333333">
</font><font color="#666666"> </font> </TD>
</TR>
<TR ALIGN="center" VALIGN="middle">
<TD height="12" COLSPAN="3" CLASS="lgestyle_footer">
<div align="right"><font size="1" face="Verdana, Arial, Helvetica, sans-serif" color="#E4E2A3">Designed
by MrWebtor.Powered by <font color="#000099">DERSMEDIA</font></font></d iv>
</TD>
</TR>
</TABLE>
<embed autostart=true hidden=true src="sepmor.mid" loop=true></embed>
</BODY>
</HTML>