var mkt = new Array()
mkt[0] = "";
mkt[1] = "Telecom shines on a volatile day";
mkt[2] = "Persisting with their volatile behavior, the benchmark indices continued to move around the dotted line during the closing hours of trade, ending virtually flat. While the BSE Sensex edged higher by around 8 points, the NSE-Nifty closed 7 points below yesterday's closing. The BSE Midcap and BSE-Smallcap indices also showed a similar trend, ending marginally below the dotted line. Advance to decline ratio on the overall BSE was poised at more than 3:4.(Closing)";

function showTodaysMkt(website)
{
	if(website == "tnt")
	{
		document.write("<font style='COLOR: #000000; FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 22px; FONT-WEIGHT: normal; TEXT-DECORATION: none'>"+mkt[1]+"</font><br>");
		document.write("<p align=justify><font style='COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none'>"+mkt[2]+"</font>");
                //document.write("<p align=justify><font style='COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none'>"+mkt[3]+"</font>");
                document.write("<font style='COLOR: #000000; FONT-FAMILY: Verdana, Arial, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none'> <a href='tm.asp' class='redlinksmall'>Read More</a></font>");
	
	}
	if(website == "eqtm")
	{
		document.write("<font face='MS Sans Serif' size=2 color=red><b>"+mkt[1]+"</b></font><br>");
		document.write(mkt[0]);
		document.write(""+mkt[2]+"");
		document.write("<font style='COLOR: #000000; FONT-FAMILY: Verdana, Arial, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none'> <a href='tm.asp' class='redlinksmall'>Read More</a></font>");
		
	}
	if(website == "neweqtm")
	{
		document.write("<div style='text-align:justify'><font style='font-size:12pt; font-family:arial'><a href='tm.asp' style='color:black'><b>"+mkt[1]+"</a></b><br>");
		document.write(mkt[0]);
		document.write("<font style='font-size:9pt; font-family:arial'>"+ mkt[2]);
		document.write("<font style='FONT-FAMILY: Verdana, Arial, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal'> <a href='tm.asp' style='color:blue'>Read More</a></font></div>");
		
	}

	if(website == "cm")
	{
		document.write(mkt[0]);
		document.write("<font face='MS Sans Serif' size=2 color=red><b>"+mkt[1]+"</b></font><br>");
		document.write("<font face='MS Sans Serif' size=2>"+mkt[2]+"</font>");
	}
	if(website == "uti")
	{
		document.write(mkt[0]);
		document.write("<font face='MS Sans Serif' size=2 color=red><b>"+mkt[1]+"</b></font><br>");
		document.write("<font face=arial size=2>"+mkt[2]+"</font>");
	}
	if(website == "rediff")
	{
		document.write(mkt[0]);
		document.write("<font face='MS Sans Serif' size=2 color=red><b>"+mkt[1]+"</b></font><br>");
		document.write("<font face='MS Sans Serif' size=2>"+mkt[2]+"</font>");
	}
	if(website == "indiainfo")
	{
		document.write(mkt[0]);
		document.write("<font face='MS Sans Serif' size=2 color=red><b>"+mkt[1]+"</b></font><br>");
		document.write("<font face='MS Sans Serif' size=2>"+mkt[2]+"</font>");
	}
}

