// start of recommendKeyword
var recommendKeyword= "Omnia";
// enf of recommendKeyword
// start of setPopularSearchWordList
function setPopularSearchWordList(){ 
	var setPopularSearchWordList = new Array; 
	setPopularSearchWordList.push(["lcd","1"]);
	setPopularSearchWordList.push(["s8300","2"]);
	setPopularSearchWordList.push(["AMOLED","3"]);
	setPopularSearchWordList.push(["sgh","4"]);
	setPopularSearchWordList.push(["omnia","5"]);
	return setPopularSearchWordList
}
// enf of setPopularSearchWordList
// start of setSearchRapidWordList
function setSearchRapidWordList(){ 
	var setSearchRapidWordList = new Array; 
	setSearchRapidWordList.push(["lcd","none","0"]);
	setSearchRapidWordList.push(["s8300","none","0"]);
	setSearchRapidWordList.push(["AMOLED","none","0"]);
	setSearchRapidWordList.push(["sgh","none","0"]);
	setSearchRapidWordList.push(["omnia","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","/FRA/telephone-portable/samsung-star-wifi-s5230"]);
        setPopularPhonesList.push(["Star TXT B3410","/contents/sm3/products/phone/samsung-mobile-phone-main-6051-1257846596.gif","/FRA/telephone-portable/samsung-star-txt-b3410"]);
        setPopularPhonesList.push(["Corby TXT B3210","/contents/sm3/products/phone/samsung-mobile-phone-main-6015-1256727839.jpg","/FRA/telephone-portable/samsung-corby-txt-b3210"]);
        setPopularPhonesList.push(["Omnia Lite B7300","/contents/sm3/products/phone/samsung-mobile-phone-main-6051-1257861231.gif","/FRA/telephone-portable/samsung-omnia-lite-b7300"]);
        setPopularPhonesList.push(["D900I","/contents/sm3/products/phone/samsung-omnia-i900-i900-main_6010.gif","/FRA/telephone-portable/samsung-d900i"]);
        return setPopularPhonesList
}
// enf of setPopularPhonesList
// start of setCommonPopularSearchWordList
function setCommonPopularSearchWordList(){ 
	var setCommonPopularSearchWordList = new Array; 
	setCommonPopularSearchWordList.push(["lcd","1"]);
	setCommonPopularSearchWordList.push(["s8300","2"]);
	setCommonPopularSearchWordList.push(["AMOLED","3"]);
	setCommonPopularSearchWordList.push(["sgh","4"]);
	setCommonPopularSearchWordList.push(["omnia","5"]);
	setCommonPopularSearchWordList.push(["samsung","6"]);
	setCommonPopularSearchWordList.push(["auto","7"]);
	setCommonPopularSearchWordList.push(["Omnia Lite","8"]);
	setCommonPopularSearchWordList.push(["Samsung jet","9"]);
	setCommonPopularSearchWordList.push(["Omnia II","10"]);
	return setCommonPopularSearchWordList
}
// enf of setCommonPopularSearchWordList
