/*********************search**********************/
var scrWidth = screen.width;
var scrHeight = screen.height;
function doSearch()
{
	var searchTerm = document.title;
	var searchURL = "http://www.google.com/custom?domains=www.shivanshi.com&q="+searchTerm+"&sa=Search&sitesearch=&client=pub-2178758684468464&forid=1&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23FFFFFF%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BLH%3A28%3BLW%3A123%3BL%3Ahttp%3A%2F%2Fwww.shivanshi.com%2Fimages%2Fevolve.gif%3BS%3Ahttp%3A%2F%2Fwww.shivanshi.com%3BFORID%3A1%3B&hl=en";
	openWindow(searchURL,'','')
}
/*********************end search**********************/
if(window != window.top)
{
	window.top.location.href = window.location;
}

function addFavorite(){
	window.external.AddFavorite(location.href, document.title);
}

function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function e_friend()
{
var e_add= prompt('Enter your friend\'s email address:',' ');
var subj= prompt('Enter the subject of your message:',' ');
if ((subj==" ") || (subj==null))
 subj="Hi!";
window.location="mailto:"+e_add+"?subject="+subj;
}

