document.write("<div id=content><div id=wrap><div id=menu>");
document.write("<table width='100%' height='27' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr><td  class='time' width='156'><table width='100%' border='0' cellpadding='0' cellspacing='0'><tr><td align='center'><div style='letter-spacing:0px; font-size:10px; font-family:verdana; font-weight:normal' id='txt'></div></td><td><div><a style='background:none;letter-spacing:0px; font-size:10px; font-weight:normal;' href='http://www.vaayana.com/'><img src='http://www.vaayana.com/webimages/homeimg.gif' alt='Home' name='homeimg' width='11' height='11' vspace='0' border='0'  />&nbsp;Home&nbsp;</a></div></td></tr></table></td><td><img src='http://www.vaayana.com/webimages/mainmnu_borderimg.jpg' width='2' height='27' border='0'></td>");
document.write("<td bgcolor='#8e0505'><a href='http://www.vaayana.com/webpages/aboutus.htm' id='aa'>About Us</a></td><td><img src='http://www.vaayana.com/webimages/mainmnu_borderimg.jpg' width='2' height='27' border='0'></td>");
document.write("<td bgcolor='#8e0505'><a id='bb' href='http://www.vaayana.com/webpages/newspages/newsmain.asp'>Archives</a></td><td><img src='http://www.vaayana.com/webimages/mainmnu_borderimg.jpg' width='2' height='27' border='0'></td>");
document.write("<td bgcolor='#8e0505'><a id='cc' href='http://www.vaayana.com/webpages/cover_story.htm'>This Week</a></td><td><img src='http://www.vaayana.com/webimages/mainmnu_borderimg.jpg' width='2' height='27' border='0'></td>");
document.write("<td bgcolor='#8e0505'><a id='dd' href='http://www.vaayana.com/webpages/books.htm'>Lifestyle</a></td><td><img src='http://www.vaayana.com/webimages/mainmnu_borderimg.jpg' width='2' height='27' border='0'></td>");
document.write("<td bgcolor='#8e0505'><a id='ee' href='http://www.vaayana.com/webpages/career_editorial.htm'>Careers</a></td></tr>");
document.write("</table></div></div></div>"); 

if (TransMenu.isSupported()) {		
		var ms = new TransMenuSet(TransMenu.direction.down,0,1,TransMenu.reference.bottomLeft);
		var menu1 = ms.addMenu(document.getElementById("aa"));
		menu1.addItem("Outlook ", "http://www.vaayana.com/webpages/outlook.htm"); 
		menu1.addItem("Purpose and Values ", "http://www.vaayana.com/webpages/purpose_values.htm"); 
		menu1.addItem("Editorial ", "http://www.vaayana.com/webpages/editorial.htm"); 
		menu1.addItem("Advertisement ","http://www.vaayana.com/webpages/advertisement.htm");
		menu1.addItem("Subscribe Issue ","http://www.vaayana.com/webpages/subscribe.htm");
		menu1.addItem("Your Opinion ", "http://www.vaayana.com/webpages/opinion.htm"); 
		menu1.addItem("Contact Us ", "http://www.vaayana.com/webpages/contactus.htm"); 
		menu1.addItem("Guest Comments ", "http://www.vaayana.com/webpages/guestcomments.asp"); 
		var menu2 = ms.addMenu(document.getElementById("bb"));
		menu2.addItem("News ", "http://www.vaayana.com/webpages/newspages/newsmain.asp"); 
		menu2.addItem("Features ", "http://www.vaayana.com/webpages/features.htm"); 
		menu2.addItem("Editor's Letter ", "http://www.vaayana.com/webpages/editor_letter.htm"); 
		menu2.addItem("E-Zine Download", "http://www.vaayana.com/webpages/download.htm"); 
		menu2.addItem("Picture Gallery ", "http://www.vaayana.com/webpages/picture_gallery.htm"); 
		menu2.addItem("Admin Login", "http://www.vaayana.com/webpages/login.asp"); 
		var menu3 = ms.addMenu(document.getElementById("cc"));
		menu3.addItem("Cover Story ", "http://www.vaayana.com/webpages/businessnews.htm"); 
		<!--menu3.addItem("Hot Issue ", "http://www.vaayana.com/webpages/hot_issue.htm");-->
		menu3.addItem("Current Issue ", "http://www.vaayana.com/webpages/current_issue.htm"); 
		menu3.addItem("Scope ", "http://www.vaayana.com/webpages/scope.htm"); 
		var menu4 = ms.addMenu(document.getElementById("dd"));
		menu4.addItem("Books ", "http://www.vaayana.com/webpages/books.htm"); 
		<!--menu4.addItem("Cinema ", "http://www.vaayana.com/webpages/cinema.htm"); -->
		menu4.addItem("Food & Health ", "http://www.vaayana.com/webpages/food_health.htm");
		menu4.addItem("Art ", "http://www.vaayana.com/webpages/art.htm"); 
		<!--menu4.addItem("Music ", "http://www.vaayana.com/webpages/music.htm"); -->
		menu4.addItem("Spiritual ", "http://www.vaayana.com/webpages/spiritual.htm");
		menu4.addItem("Culture ", "http://www.vaayana.com/webpages/culture.htm");
		var menu5 = ms.addMenu(document.getElementById("ee"));
		menu5.addItem("Editorial ", "http://www.vaayana.com/webpages/career_editorial.htm"); 
		menu5.addItem("Graphics ", "http://www.vaayana.com/webpages/graphics.htm"); 
		menu5.addItem("Web Development ", "http://www.vaayana.com/webpages/web_development.htm"); 
		menu5.addItem("Photography ", "http://www.vaayana.com/webpages/photography.htm"); 
		TransMenu.renderAll();
	}
	
function startTime()
{
var today=new Date()
var h=today.getHours()
var m=today.getMinutes()
var s=today.getSeconds()
var a_p = "";
var d = new Date();
var curr_date = d.getDate();
var curr_month = d.getMonth();
curr_month++;
var curr_year = d.getFullYear();
if (h < 12)
   {
   a_p = "AM";
   }
else
   {
   a_p = "PM";
   }
// add a zero in front of numbers<10
m=checkTime(m)
s=checkTime(s)
//document.getElementById('txt').innerHTML=h+":"+m+":"+s+a_p+" "+"/"+" "+curr_date+"-"+curr_month+"-"+curr_year
document.getElementById('txt').innerHTML=curr_date+"-"+curr_month+"-"+curr_year
t=setTimeout('startTime()',500)
}

function checkTime(i)
{
if (i<10) 
  {i="0" + i}
  return i
}
window.onLoad=startTime();
	
 
