// JavaScript Document

<!--
if (getcookie("email") != null){
var message = getcookie("email").split(",");
document.write("<div id=\"someotherone\" style=\"color:#fff; background-color:#48688F; font-family:verdana; font-size:10px; font-weight:bold; cursor:default; text-align:center\">You have signed up for an <br />e-mail alert successfully with " +message+ "<\/div>");
/*document.getElementById('maskGo').style.visibility = 'hidden'*/
}
else {
document.write('<div  style="Width:191px; height:19px; background-image:url(http://www.stiwdioun.com/images/MainBodyWork-spliced_20.jpg); background-repeat:repeat"><span style="padding-left: 2px; line-height: 18px; padding-right: 0px;  font-family:Verdana,Geneva,sans-serif; font-size:10px; cursor:default; color:#3C5E81; font-weight:bold">GET OUR NEWSLETTER</span><div id="validHolder"><img src="http://www.stiwdioun.com/images/blank.gif" id="valid" title="" /><\/div><\/div>')
document.write('<div id="inputHolder"><input type="text" spellcheck="false" maxlength="50" autocomplete="off" style="width:143px;" name="email" id="email" onkeydown="checkemail()" onkeyup="checkemail()"><\/div>')
document.write('<div id="sending" style="width: 60px; height:60px; z-index:200;; visibility:visible; text-align: center; color: #fff;">')
document.write('<\/div>')
}
-->
