//================================== 強力曝光活動 隨機變換Logo =====================================
<!-- Hide
	var imgNo = new Array(5);
	var myLogo = new Array()
	
	myLogo[0] = '<a href=http://www.2books.com.tw/2hbs/index.php target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0003402.jpg"></a>'
	myLogo[1] = '<a href=http://www.flytownbooks.com/ target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0004170.gif"></a>'
	myLogo[2] = '<a href=http://www.soapspa.net target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0021901.jpg"></a>'
	myLogo[3] = '<a href=http://xn--hhrt8ms97a.tw/ target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0005041.gif"></a>'
	myLogo[4] = '<a href=http://www.qem.com.tw target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0005587.gif"></a>'
	myLogo[5] = '<a href=http://www.shianpiin.com.tw target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0005584.jpg"></a>'
	myLogo[6] = '<a href=http://class.ruten.com.tw/user/index00.php?c=&m=&o=&p=&s=jack081012011 target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0005429.jpg"></a>'
	myLogo[7] = '<a href=http://tw140548.shop2000.com.tw target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0005583.gif"></a>'
	myLogo[8] = '<a href=http://dvd.bestshop.com.tw target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0037303.jpg"></a>'
	myLogo[9] = '<a href=http://www.ez4men.com/bonus_product_list.php?id=78&mode=78 target=_new><img width=132 height=43 border=0 src="http://www.ezship.com.tw/images/logo/ezShip0125045.jpg"></a>'
	
	//================= 取出五個不重複的變數 ===================
	for(i=0;i<6;){
		if(i==0){    //---- 取第一個變數 ----
			imgNo[i] = Math.floor(Math.random()*myLogo.length);
		} else {     //---- 取其他變數，並判斷是否已取過 ----
			imgNo[i] = Math.floor(Math.random()*myLogo.length);
			for(m=0;m<i;){
				if(imgNo[i]==imgNo[m]){
					imgNo[i] = Math.floor(Math.random()*myLogo.length);
					for (j=0;j<i;++j) {
						if(imgNo[i]==imgNo[j]){
							imgNo[i] = Math.floor(Math.random()*myLogo.length);
							for (k=0;k<i;++k) {
								if(imgNo[i]==imgNo[k]){
									imgNo[i] = Math.floor(Math.random()*myLogo.length);
									for (l=0;l<i;++l) {
										if(imgNo[i]==imgNo[l]){
											imgNo[i] = Math.floor(Math.random()*myLogo.length);
										}
									}
								}
							}
						}
					}
				} else {
					for (j=0;j<i;++j) {
						if(imgNo[i]==imgNo[j]){
							imgNo[i] = Math.floor(Math.random()*myLogo.length);
							for (k=0;k<i;++k) {
								if(imgNo[i]==imgNo[k]){
									imgNo[i] = Math.floor(Math.random()*myLogo.length);
									for (l=0;l<i;++l) {
										if(imgNo[i]==imgNo[l]){
											imgNo[i] = Math.floor(Math.random()*myLogo.length);
										}
									}
								}
							}
						}
					}
				}
				++m
			}
		}
		++i
	}

//-->
