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];
}

//for enter key

function kp_enterkey()
{
	if (document.layers) document.captureEvents(Event.KEYPRESS); // needed if you wish to cancel the key

	document.onkeypress = keyhandler;
	function keyhandler(e) 
	{
    	if (document.layers)
        	Key = e.which;
	    else
    	    Key = window.event.keyCode;
	    if (Key != 0)
		{
        	//alert("Key pressed! ASCII-value: " + Key);
			if (Key==13)
				return false;
			else
				return true;
		}
		
	}

} 

var strPhotogallery=new Array();
var c=1;

strPhotogallery[c++]=new Array("john.jpg","John Abraham");
strPhotogallery[c++]=new Array("aishwarya.jpg","Aishwarya Rai");
strPhotogallery[c++]=new Array("abhishek.jpg","Abhishek Bachchan");
strPhotogallery[c++]=new Array("namrata_shirodkar.jpg","Namrata Shirodkar");
strPhotogallery[c++]=new Array("hrithik.jpg","Hrithik Roshan");
strPhotogallery[c++]=new Array("deepika.jpg","Deepika Padukone");
strPhotogallery[c++]=new Array("sushmita_sen.jpg","Sushmita Sen");
strPhotogallery[c++]=new Array("hrithik1.jpg","Hrithik Roshan");
strPhotogallery[c++]=new Array("preity_zinta.jpg","Preity Zinta");
strPhotogallery[c++]=new Array("juhi_chawla.jpg","Juhi Chawla");
strPhotogallery[c++]=new Array("amrita_rao.jpg","Amrita Rao");
strPhotogallery[c++]=new Array("karisma.jpg","Karisma Kapoor");
strPhotogallery[c++]=new Array("arjun_rampal.jpg","Arjun Rampal");
strPhotogallery[c++]=new Array("dhoni.jpg","Dhoni");
strPhotogallery[c++]=new Array("Kareena1.jpg","Kareena Kapoor");
strPhotogallery[c++]=new Array("akshay.jpg","Akshaye Khanna");
strPhotogallery[c++]=new Array("priyanka.jpg","Priyanka Chopra");
strPhotogallery[c++]=new Array("ranbir.jpg","Ranbir Kapoor");
strPhotogallery[c++]=new Array("madhuri.jpg","Madhuri Dixit");
strPhotogallery[c++]=new Array("kunal.jpg","Kunal Kapoor");
strPhotogallery[c++]=new Array("sonam.jpg","Sonam Kapoor");
strPhotogallery[c++]=new Array("aishwarya1.jpg","Aishwarya Rai");
strPhotogallery[c++]=new Array("chandrachur_singh.jpg","Chandrachur Singh");
strPhotogallery[c++]=new Array("bobby_deol.jpg","Bobby Deol");
strPhotogallery[c++]=new Array("aamir.jpg","Aamir Khan");
strPhotogallery[c++]=new Array("kareena.jpg","Kareena Kapoor");
strPhotogallery[c++]=new Array("srk.jpg","Shah Rukh Khan");
strPhotogallery[c++]=new Array("amisha.jpg","Amisha Patel");
strPhotogallery[c++]=new Array("amitabh.jpg","Amitabh Bachchan");
strPhotogallery[c++]=new Array("rani.jpg","Rani Mukherji");
strPhotogallery[c++]=new Array("sonali.jpg","Sonali Bendre");
strPhotogallery[c++]=new Array("vivek.jpg","Vivek Oberoi");
strPhotogallery[c++]=new Array("kajol.jpg","Kajol");
strPhotogallery[c++]=new Array("twinkle.jpg","Twinkle Khanna");
strPhotogallery[c++]=new Array("sunny.jpg","Sunny Deol");
strPhotogallery[c++]=new Array("raveena.jpg","Raveena Tandon");
strPhotogallery[c++]=new Array("shilpa.jpg","Shilpa Shetty");
strPhotogallery[c++]=new Array("sridevi.jpg","Sridevi");
strPhotogallery[c++]=new Array("urmila.jpg","Urmila Matondkar");
strPhotogallery[c++]=new Array("juhi.jpg","Juhi Chawla");



