(function($){
var imag=[];
var link=[];
var text=[];imag[0]=encodeURIComponent("http://localhost/10/wp-content/themes/Studio/images/1.jpg");
link[0]=encodeURIComponent("http://ke.xuewangzhan.net");
text[0]="学做网站论坛";
imag[1]=encodeURIComponent("http://localhost/10/wp-content/themes/Studio/images/2.jpg");
link[1]=encodeURIComponent("http://ke.xuewangzhan.net");
text[1]="学做网站论坛";
imag[2]=encodeURIComponent("http://localhost/10/wp-content/themes/Studio/images/3.jpg");
link[2]=encodeURIComponent("http://ke.xuewangzhan.net");
text[2]="学做网站论坛";
imag[3]=encodeURIComponent("http://localhost/10/wp-content/themes/Studio/images/4.jpg");
link[3]=encodeURIComponent("http://ke.xuewangzhan.net");
text[3]="学做网站论坛";
if(imag.length < 4){
for(var i=imag.length;i<4;i++){
imag[i]="http://localhost/10/wp-content/themes/Studio/images/1.jpg";
link[i]=encodeURIComponent("/");
text[i]="学做网站论坛";
}
}
var pic_width=960;
var pic_height=240;
var stop_time=6000;
makeSWF('FrontPageFocusShower','http://localhost/10/wp-content/themes/Studio/focus2.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
});
})($);