// lightwindow.js v2.0
//
// Copyright (c) 2007 stickmanlabs
// Author: Kevin P Miller | http://www.stickmanlabs.com
// 
// LightWindow is freely distributable under the terms of an MIT-style license.
//
// I don't care what you think about the file size...
//   Be a pro: 
//	    http://www.thinkvitamin.com/features/webapps/serving-javascript-fast
//      http://rakaz.nl/item/make_your_pages_load_faster_by_combining_and_compressing_javascript_and_css_files
//

/*-----------------------------------------------------------------------------------------------*/


function createCookie() {
	
	//alert("velrajan");
	//document.getElementById('loadingDiv').innerHTML="<img src='images/ajax-loader.gif'/>";
	var values=document.getElementById('searchQuery').value;
	//alert(values);
	document.cookie = "searchQuery="+values;
	//window.location.href='searchResult.php';
	self.parent.location.href='searchResult.php';
	//parent.iframe.
}


