var s;
document.write('<div id="footer">');
document.write('<table width="100%" height="31" border="0" cellpadding="0" cellspacing="0"><tr>');
document.write('<td width="84%" align="center">');
if(s==1){document.write('<span class="active"><a href="home.php">Home</a></span>');
}else{document.write('<a href="home.php">Home');
}
document.write('</a>&nbsp;|&nbsp;&nbsp;&nbsp;');
if(s==2){
document.write('<span class="active"><a href="portal.html">EM-TV Portal</a></span>');
}else{document.write('<a href="portal.html">EM-TV Portal');
}
document.write('</a>&nbsp;|&nbsp;&nbsp;');
if(s==3){document.write('<span class="active"><a href="why_advertise.html">Why Advertise on EM-TV</a></span>');
}else{document.write('<a href="why_advertise.html">Why Advertise on EM-TV');
}
document.write('</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
if(s==4){document.write('<span class="active"><a href="news_events.php">News & Events</a></span>');
}else{document.write('<a href="news_events.php">News & Events</a>');
}
document.write('</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
if(s==5){document.write('<span class="active"><a href="contact_us.php">Rate Card</a></span>');
}else{document.write('<a href="contact_us.php">Rate Card');
}
document.write('</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
if(s==6){document.write('<span class="active"><a href="host.html">Host</a></span>');
}else{document.write('<a href="host.html">Host');
}
document.write('</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
if(s==7){document.write('<span class="active"><a href="current_advertisers.html">Current Advertisers</a></span>');
}else{document.write('<a href="current_advertisers.html">Current Advertisers');
}
document.write('</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
if(s==8){document.write('<span class="active"><a href="contact_us.html">Contact Us</a></span>');
}else{document.write('<a href="contact_us.php">Contact Us');
}
document.write('</a></td><td width="14%">&nbsp;</td>');
document.write('</tr></table></div>');
