function sourse_count(links,ly_list,ps){
 var ly = ['khd','yd','sy','zy','qt'];
 ly_list = ly_list || '3';
 return links;
}

function QqGg_ShowTypeNew(pdname,pos,w,h,id,ly_list,classname)
{          
	var oJson = eval("oDaTaNew"+pdname);
	classname = classname ? classname : null;
	var title =  unescape(eval("oJson.pos"+pos+"[0]"));
	var links  = unescape(eval("oJson.pos"+pos+"[1]"));
	var thirdstr = eval("oJson.pos"+pos+"[2]");
// if flash
	if(thirdstr.substring(thirdstr.length-3,thirdstr.length).toLowerCase()=="swf"){
	// if flash+链接
		if(unescape(eval("oJson.pos"+pos+"[1]"))!=""){
		 document.getElementById(id).innerHTML += '<embed style="z-index:-1;" src='+unescape(eval("oJson.pos"+pos+"[2]"))+' wmode="Transparent" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width='+w+' height='+h+'></embed><a href="'+links+'" target="_blank" class='+classname+' style="margin-top:-'+h+'px; display:block; width:'+w+'px; height:'+h+'px"><img src="http://ossweb-img.qq.com/images/js/gg_js_new/blank.gif" width='+w+' height='+h+' border="0" /></a>';
	}
	// if flash + 无链接
	   else
	    document.getElementById(id).innerHTML += '<a href="javascript:void(0)" class='+classname+'><embed src='+unescape(eval("oJson.pos"+pos+"[2]"))+' wmode="Transparent" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width='+w+' height='+h+'></embed></a>';
	}
// if img 
	else {
	document.getElementById(id).innerHTML += '<a href='+links+' target="_blank" class='+classname+' title='+title+'><img src='+eval("oJson.pos"+pos+"[2]")+' width='+w+' height='+h+' /></a>';	
	}
}// JavaScript Document
