// start of recommendKeyword
var recommendKeyword= "Omnia";
// enf of recommendKeyword
// start of setPopularSearchWordList
function setPopularSearchWordList(){ 
	var setPopularSearchWordList = new Array; 
	setPopularSearchWordList.push(["lcd","1"]);
	setPopularSearchWordList.push(["omnia","2"]);
	setPopularSearchWordList.push(["auto","3"]);
	setPopularSearchWordList.push(["Omnia II","4"]);
	setPopularSearchWordList.push(["game","5"]);
	return setPopularSearchWordList
}
// enf of setPopularSearchWordList
// start of setSearchRapidWordList
function setSearchRapidWordList(){ 
	var setSearchRapidWordList = new Array; 
	setSearchRapidWordList.push(["lcd","none","0"]);
	setSearchRapidWordList.push(["omnia","none","0"]);
	setSearchRapidWordList.push(["auto","none","0"]);
	setSearchRapidWordList.push(["Omnia II","none","0"]);
	setSearchRapidWordList.push(["game","none","0"]);
	return setSearchRapidWordList
}
// enf of setSearchRapidWordList
// start of setPopularPhonesList
function setPopularPhonesList(){
        var setPopularPhonesList = new Array;
        setPopularPhonesList.push(["Star WiFi S5230","/contents/sm3/products/phone/samsung-mobile-phone-main-60-(be).jpg","/NLD/mobiele-telefoon/samsung-star-wifi-s5230"]);
        setPopularPhonesList.push(["Star TXT B3410","/contents/sm3/products/phone/samsung-mobile-phone-main-6051-1257846596.gif","/NLD/mobiele-telefoon/samsung-star-txt-b3410"]);
        setPopularPhonesList.push(["Diva Touch S7070","/contents/sm3/products/phone/samsung-mobile-phone-add01-608-1261147142.gif","/NLD/mobiele-telefoon/samsung-diva-touch-s7070"]);
        setPopularPhonesList.push(["B7330","/contents/sm3/products/phone/samsung-mobile-phone-main-60-new-1258706335.jpg","/NLD/mobiele-telefoon/samsung-b7330"]);
        setPopularPhonesList.push(["Corby TXT B3210","/contents/sm3/products/phone/samsung-mobile-phone-main-6015-1256727839.jpg","/NLD/mobiele-telefoon/samsung-corby-txt-b3210"]);
        return setPopularPhonesList
}
// enf of setPopularPhonesList
// start of setCommonPopularSearchWordList
function setCommonPopularSearchWordList(){ 
	var setCommonPopularSearchWordList = new Array; 
	setCommonPopularSearchWordList.push(["lcd","1"]);
	setCommonPopularSearchWordList.push(["omnia","2"]);
	setCommonPopularSearchWordList.push(["auto","3"]);
	setCommonPopularSearchWordList.push(["Omnia II","4"]);
	setCommonPopularSearchWordList.push(["game","5"]);
	setCommonPopularSearchWordList.push(["sgh","6"]);
	setCommonPopularSearchWordList.push(["c6625","7"]);
	setCommonPopularSearchWordList.push(["Omnia Lite","8"]);
	setCommonPopularSearchWordList.push(["samsung","9"]);
	setCommonPopularSearchWordList.push(["jet","10"]);
	return setCommonPopularSearchWordList
}
// enf of setCommonPopularSearchWordList
