(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[3]=encodeURIComponent("includes/languages/english/html_includes/pure_black/images/benq-s6.jpg");
	link[3]=encodeURIComponent("http://www.jiongtang.com/shop/benq-s6-mid-48-3g-512mb-ddrii-8gb-ssd-wifi-bluetooth-p-194.html");
	text[3]="BenQ S6 MID";
  	imag[2]=encodeURIComponent("includes/languages/english/html_includes/pure_black/images/T11TE.jpg");
	link[2]=encodeURIComponent("http://www.jiongtang.com/shop/ramos-t11te-1080p-hdmi-5-otg-16gb-p-130.html");
	text[2]="Ramos T11TE";
  	imag[1]=encodeURIComponent("includes/languages/english/html_includes/pure_black/images/SmartV7.jpg");
	link[1]=encodeURIComponent("http://www.jiongtang.com/shop/smartv7-screen-protector-usb-charger-p-99.html");
	text[1]="SmartV7";
  	imag[0]=encodeURIComponent("includes/languages/english/html_includes/pure_black/images/SmartV5.jpg");
	link[0]=encodeURIComponent("http://www.jiongtang.com/shop/smartv5-1080p-otg-wifi-android-wince-ubuntu-2gb-p-87.html");
	text[0]="SmartV5";
        
	if(imag.length < 4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="includes/languages/english/html_includes/pure_black/images/ad.jpg";
        	link[i]=encodeURIComponent("/");
        	text[i]="ad";
	    }
	}
 	var pic_width=550;
	var pic_height=228;
	var stop_time=6000;
    makeSWF('FrontPageFocusShower','includes/languages/english/html_includes/pure_black/focus.swf',{
		FlashVars : 'pics='+imag.join('|')+'&links='+link.join('|')+'&texts='+text.join('|')+'&stop_time='+stop_time+'',
		wmode: 'opaque',
		scale: 'noScale',
		quality: 'high',
		width : pic_width,
		height : pic_height
	});
})($);