Do.add('picShow', { path: MainPath + '2011/picture/gallery-mod.js', type: 'js', requires: ['drag'] });
//fn
function  callback(s){
		document.getElementById("discuss_iframe").contentWindow.document.getElementById("anonymous").checked = true;
		document.getElementById("discuss_iframe").contentWindow.fun_discuss_add(2);
		};
function trigger(){
			$("#header_login").trigger("click");
		}
//RunCode
Do.ready('template', function () {
    //Template
    Template.RenderImgList('rel_list', rel_path);
    //picShow
    Do.ready('picShow', function () {
        picShow.XmlDataPath = XmlDataPath;
        picShow.Loader();
    });
    //Template
    Template.RenderImgList('radom_list', radom_path, { width: 120, height: 90 });
    //ding
Do.ready(MainPath + 'asset/app/ding/ding.js', function () {
    $('#J_ding').App_Ding_Btn({ operaId: operaId, contentId: contentId, typeId: typeId, subject: title, threadUrl: link });
});
//login
     $('body').append('<div id="header_login" style="display:none"></div>');
	    $.getScript('http://passport.21cn.com/iframe/base.js',function(){
					$.box({id:"#header_login",content:"login",fun:"callback('para')",serviceId:121,otherLogSecs:31536000});
	
	});
});




