function getvalues()
{
catchit=document.sitelist.website.selectedIndex
stored=document.sitelist.website.options[catchit].value

if (stored != "none")
	{
		url=stored
		document.location.href=url
	}
}

function gup( name )
{  
	name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");  
	var regexS = "[\\?&]"+name+"=([^&#]*)";  
	var regex = new RegExp( regexS );  
	var results = regex.exec( window.location.href );  
	if( results == null )    
		return "";  
	else    
		return results[1];
}


// put even numbers for selection

document.write('<select name="website"  onChange="javascript:getvalues()" style="width:150px;">');



//contestant #1 
if (host == 1)
	document.write('<option value="http://starone.indya.com/specials/znd/profiles_women.html" selected class="blue_11">Shaan</option>');
else
	document.write('<option value="http://voiceofindia.indya.com/host/shaan.html" class="blue_11">Shaan</option>');


document.write('</select>');
