var focus_width=750
var focus_height=106
var text_height=20
var swf_height = focus_height+text_height				
var pics = '';
var links = '';
var texts = '';
							
function ati(url, img, title)
{
	if(pics != '')
	{
		pics = "|" + pics;
		links = "|" + links;
		texts = "|" + texts;
	}
							
	pics = escape(img) + pics;
	links = escape(url) + links;
	texts = title + texts;
}
ati('', 'image/2010/10/0511485534.jpg', '乡南整形');
ati('http://www.zzjgmr.com/', 'image/2010/10/0805490618.jpg', '河南省军区医院激光美容中心');
ati('', 'image/2011/04/0908184645.jpg', '博斯人才网');
ati('http://www.yaxin.net.cn/show.php?id=47010043', 'image/2011/05/2709204564.jpg', '校园在线创刊5周年，全国加盟、栏目合作、广告招标火爆进行中');

document.write('<embed src="images/default/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#D8EDF5" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"/>');

