function formatItem(row) {
    return row[0];
}
function realReplace(oldStr, newStr, str){
    var str_count = str.split(oldStr).length;
    
    if(str_count>0)
    {
        for(i=0;i<str_count;i++)
        {
        
        str = str.replace(oldStr, newStr);
        
        }
    }
    return str;
}


function refreshLight()
{
	pp=$('#pp:checked').length;
 ac=$('#ac:checked').length;
bn=$('#bn:checked').length;
minVal=$("#min").val();
maxVal=$("#max").val();
country=$("#country").val();
ending=$("#ending").val();
query=$("#query").val();
query=realReplace(" ","%20",query);
	//$("#process").load("http://www.greyorgray.com/process.php?pp="+pp+"&bn="+bn+"&min="+minVal+"&max="+maxVal+"&country="+country+"&ending="+ending+"&query="+query+"&ac="+ac);
	url="http://www.greyorgray.com/process.php?pp="+pp+"&bn="+bn+"&min="+minVal+"&max="+maxVal+"&country="+country+"&ending="+ending+"&query="+query+"&ac="+ac;
	$("#process").html('<iframe height="1500" width="100%" frameborder="0" scrolling="no" src="'+url+'></iframe>');
	
}
$(document).ready(function(){
					   
						  height=$(document).height();
						  $(".black_overlay").css({'height': height});

	$(document).ajaxStart(function(){ 
		$('#ajaxBusy').show(); 
	}).ajaxStop(function(){ 
		$('#ajaxBusy').hide();
	});
		$("#query").autocompleteArray(
		[
		 "Abercrombie","adidas","amateur","apple","Apple iphone","apple ipod","armani","Banana Republic","barbie","beswick","blackberry","blu ray","blu-ray","board games","bob the builder","bose","breitling","burberry","Callaway Golf","camcorder","camera","canon","car","caravan","cars","chanel","christian","Coach","collectibles","computer","cross stitch","dell","diamond","diamonds","diesel","digital","digital camera","Disney","dr who","dvd player","ericsson","fender","flights","football","golf","golf clubs","gucci","guitar","gymboree","hannah montana","Harry Potter","heuer","high school musical","home theater system","hornby","ibanez","in the night garden","iphone","ipod","i-pod","ipod nano","ipod pink","Jewellery","jewelry","keyboards","lacoste","laptop","laptops","lexus","louis vuitton","microsoft","mobile","mobile phone","mobile phones","monopoly","motorola","mountain","nike","nintendo","nintendo ds","nokia","nokia 6500","nokia 6600","nokia n95","panasonic","peppa pig","playstation","playstation 3","prada","ps3","psp","psp games","ralph lauren","rampant rabbit","rolex","royal doulton","samsung","sat nav","scalextric","scooter","shimano","shuttle","sony","sony ericsson","sony ericsson w850i","spares repair","starwars","sunglasses","tag heuer","television","titleist","toshiba","usa","voice changer","vuitton","watch gears","weta","wii","xbox","xbox 360","yamaha"
		 
		 ], {
		delay:10,
			minChars:1,
			matchSubset:1,
			autoFill:true,
			maxItemsToShow:10
	});
auto=0;


$("#advanced").click(function(){
							 						 
						 if($('#advanced:checked').length)
						 $("#advanceData").fadeIn();
						 					 
						 else
						 $("#advanceData").fadeOut();
						 });
$("#submit").click(function(){
pp=$('#pp:checked').length;
ac=	$('#ac:checked').length;
bn=$('#bn:checked').length;
minVal=$("#min").val();
maxVal=$("#max").val();
country=$("#country").val();
ending=$("#ending").val();
query=$("#query").val();
query=realReplace(" ","%20",query);
							// 	alert("pp"+pp+"bn"+bn+"minval"+minVal+"maxVal"+maxVal+"country"+country);	
							//alert(query);
							
							url="http://www.greyorgray.com/process.php?pp="+pp+"&bn="+bn+"&min="+minVal+"&max="+maxVal+"&country="+country+"&ending="+ending+"&query="+query+"&ac="+ac;
	$("#process").html('<iframe height="1500" width="100%" frameborder="0" scrolling="no" src="'+url+'></iframe>');
							  });

});

function refreshPage(query)
{   
    //alert(query);
	$("#process").load("http://www.greyorgray.com/process.php?"+query);
	
}
function check()
{
	return false;
}
