var activestyle='style="color:#000000;"';
if(pagetitle=="HOME") { var stylehome=activestyle;};
if(pagetitle=="PORTFOLIO") { var styleportfolio=activestyle;};
if(pagetitle=="BLOG") { var styleblog=activestyle;};
if(pagetitle=="ENTERTAINMENT") { var styleentertain=activestyle;};
if(pagetitle=="ABOUT") { var styleabout=activestyle;};
if(pagetitle=="CONTACT") { var stylecontact=activestyle;};

document.write('<div align="center" style="background:url(images/mainbody_bg.png);">');
document.write('<table border="0" cellspacing="0" cellpadding="0" width="980px" height="70px" ><br />');
document.write('<tr valign="middle">');
document.write('<td width="500px" align="left"><a href="http://www.aviralsharma.com" target="_self" title="AviralSharma.com - The new logo is made up of two letters, A &amp; S which are the initials of Aviral Sharma. The logo symbolizes continuous flow of energy (light blue color) which encapsulates the logo." style="border:0px;"><img src="images/aviralsharma_logo.png" border="0" style="margin-left:35px;" alt="AviralSharma.com - The new logo is made up of two letters, A &amp; S which are the initials of Aviral Sharma. The logo symbolizes continuous flow of energy (light blue color) which encapsulates the logo." /></a></td>');
document.write('<td width="480px">');
document.write('    <div id="navcontainer">');
document.write('    <ul id="navlist">');
document.write('    <li><a href="#" class="firstempty">&nbsp;</a></li>');
document.write('    <li><a href="index.php" '+stylehome+' class="first">Home</a></li>');
document.write('    <li><a href="portfolio.php" '+styleportfolio+' class="regular"> Portfolio</a></li>');
document.write('    <li><a href="blog.php" '+styleblog+' class="regular">Blog</a></li>');
document.write('    <li><a href="entertain.php" '+styleentertain+' class="regular">Entertainment</a></li>');
document.write('    <li><a href="about.php" '+styleabout+' class="regular">About</a></li>');
document.write('    <li><a href="contact.php" '+stylecontact+' class="last">Contact</a></li>');
document.write('    </ul>');
document.write('    </div></td></tr></table>');
document.write('</div>');
