// JavaScript Document
function gotourl(val)
{
	if(val=='RM')
	{
		location.href='http://www.ndtvimagine.com/rahul/';
	}
	else if(val=='PPAW')
	{
		location.href='http://www.ndtvimagine.com/ppaw/';
	}
	else
	{
		location.href='http://www.ndtvimagine.com/shows/index.php?id='+val;
	}
}