
var r = window.location.href;
aa=r.split("/");
temp=aa.length;
urlValue = aa[temp-1];

document.write("<div id='footer'>");
document.write("<p id='legal' style='color:#cccccc'>Copyright &copy; 2008 wownoida.com, all Rights Reserved.</p>");
document.write("<p id='links'> ");


if(urlValue=="info_center.html")
{
document.write("<a href='mics/info_center.html' style='color:#ffffff'><strong>Information &amp; Links</strong></a> | ");
}
else{
document.write("<a href='mics/info_center.html' style='color:#cccccc'>Information &amp; Links</a> | ");
}

if(urlValue=="privacy.html")
{
document.write("<a href='privacy.html' style='color:#ffffff'><strong>Privacy Policy</strong></a> | ");
}
else{
document.write("<a href='privacy.html' style='color:#cccccc'>Privacy Policy</a> | ");
}


if(urlValue=="terms_conditions.html")
{
document.write("<a href='terms_conditions.html' style='color:#ffffff'><strong>Terms of Use</strong></a> | ");
}
else{
document.write("<a href='terms_conditions.html' style='color:#cccccc'>Terms of Use</a> | ");
}


if(urlValue=="contact.html")
{
document.write("<a href='contact.html' style='color:#ffffff'><strong>Contact Us</strong></a> </p>");
}
else{
document.write("<a href='contact.html' style='color:#cccccc'>Contact Us</a> </p>");
}



document.write("</div>");




