﻿(function($){
	var imag=[];
	var link=[];
	var text=[];

  	imag[0]=encodeURIComponent("http://laoshi.yoao.com/templates/sea/images/1.jpg");
	link[0]=encodeURIComponent("http://www.yoao.com/thread-387539-1-1.html");
	text[0]="懒人图库";
  	imag[1]=encodeURIComponent("http://laoshi.yoao.com/templates/sea/images/2.jpg");
	link[1]=encodeURIComponent("http://2008.yoao.com");
	text[1]="懒人图库";
  	imag[2]=encodeURIComponent("http://laoshi.yoao.com/templates/sea/images/3.jpg");
	link[2]=encodeURIComponent("http://www.yoao.com/viewthread.php?tid=387290");
	text[2]="懒人图库";
  	imag[3]=encodeURIComponent("http://laoshi.yoao.com/templates/sea/images/4.jpg");
	link[3]=encodeURIComponent("http://www.yoao.com/kc.php");
	text[3]="懒人图库";
 
	if(imag.length < 4){
	    for(var i=imag.length;i<4;i++){
          	imag[i]="images/ad.jpg";
        	link[i]=encodeURIComponent("/");
        	text[i]="懒人图库";
	    }
	}
 	var pic_width=543;
	var pic_height=190;
	var stop_time=6000;
    makeSWF('FrontPageFocusShower','http://blog.yoao.com/templates/sea/images/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
	});
})($);