$(function() {
    $("#picviewer").pixViewer({
        viewer: "plugin/pixviewer.swf",
        fwidth: 286,
        fheight: 184,
        theight: 25,
        bgcolor: "#ffffff",
        pics: $("#picnews_img").val(),
        links: $("#picnews_url").val(),
        texts: $("#picnews_title").val()
    });
    $("#sfptabs").tabs();
    $("form#search").initSearchForm({sinput: "#sbtext", action: $("form#search").attr("action"), hl:"zh-CN", ie:""});
     $("#flashshine").flashShine({height: 150, width: 700, src: "plugin/ohdj_header.swf"}); 
    $("#footer select").each(function() { $(this).jext_Select({direction:"up", callback: function(msg) { window.open(msg); }}); });
    $("#ohdj_weather").jext_Weather({simgpath: "imgs/weather/weather_bst_gif/",
      limgpath: "imgs/weather/weather_blt_gif/",
      dstr: $.jextStatic.getCal(),
	  wstr: $.jextStatic.getWeather({format:"gif"}),
      powered: "Powered by جعر¶",
      moverCallback: function() { $("#notice_more").hide(); },
      moutCallback: function() { $("#notice_more").show(); }
    });
	
	
	
});





