﻿/*var focus_width=466;
var focus_height=286;
var text_height=0;
var swf_height = focus_height+text_height;
var texts='8888';
var focus_pics='http://www.wall21.cn/images/zzkj.jpg|http://www.wall21.cn/images/yxmq.jpg|http://www.wall21.cn/images/jngz.jpg|http://www.wall21.cn/images/yjbw.jpg|http://www.wall21.cn/images/dhjs.jpg|http://www.wall21.cn/images/p0-.jpg'
var focus_links='focus_2985_details_50133.aspx|focus_2972_details_48624.aspx|focus_2944_details_47945.aspx|focus_2943_details_47885.aspx|focus_2857_details_46727.aspx|focus_1696_3.aspx'

document.write('<object ID="focus_flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="swf/playswfnew.swf"/><param name="quality" value="high"/><param name="bgcolor" value="#FFFFFF"/>');
document.write('<param name="menu" value="false"><param name=wmode value="opaque"/>');
document.write('<param name="FlashVars" value="pics='+escape(focus_pics)+'&links='+escape(focus_links)+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'"/>');
document.write('<embed ID="focus_flash" src="swf/playswfnew.swf" wmode="opaque" FlashVars="pics='+escape(focus_pics)+'&links='+escape(focus_links)+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#C5C5C5" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed>');
document.write('</object>');*/

$(document).ready(function () {
    var data = [
		["focus_3174_details_60133.aspx", "http://www.wall21.cn/images/wall21-lhj.jpg"],
		["focus_3149_details_59700.aspx", "http://www.wall21.cn/images/ydjh.jpg"],
		["focus_3125_details_58619.aspx", "http://www.wall21.cn/images/xfqm.jpg"],
		["focus_3124_details_57947.aspx", "http://www.wall21.cn/images/meit.jpg"],
        ["focus_3092_details_56189.aspx", "http://www.wall21.cn/images/ydss.jpg"],
        ["focus_2877.aspx", "http://www.wall21.cn/images/p0-.jpg"]
    ];
    var obj = $("#slideshow");
    if (obj) {
        var html = "";
        var html2 = "";
        for (var i = 0; i < data.length; i++) {
            //html += "<a class='' href='" + data[i][0] + "'>" + (i + 1) + "</a>";
            html2 += "<a href='" + data[i][0] + "'><img alt='' src='" + data[i][1] + "' /></a>";
        }
        obj.html("<div id='slideshow_nav'>" + html + "</div>" + html2);
        $('#slideshow').cycle({
            fx: 'fade',
            speed: 1000,
            timeout:4000,
            pager: '#slideshow_nav',
            slideExpr: 'img'
        }); 
    }
});
