

<!--


function flashshow()
{


								var focus_width=270
								var focus_height=180
								var text_height=0
								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('http://jx.tg28.com/Couple/index.aspx', 'images/image1.jpg', 'titleword');

ati('http://jx.tg28.com/bbs/showtopic-55070.aspx', 'images/image2.jpg', 'titleword');

ati('http://jx.tg28.com/bbs/showtopic-55098.aspx', 'images/image3.jpg', 'titleword');

ati('http://jx.tg28.com/css/2010dongjian.htm', 'images/image4.jpg', 'titleword');

ati('http://jx.tg28.com/css/20100314.html', 'images/image5.jpg', 'titleword');

document.write('<embed src="images/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"/>');

}
//-->