// JavaScript Document
var interval_time=5 //ͼƬͣʱ䣬λΪ룬Ϊ0ֹͣԶл
var focus_width=337//
var focus_height=300//߶
var text_height=20//߶
var this_width=40

var text_align= 'center' //ֶ뷽ʽ(leftcenterright)
var swf_height = focus_height+text_height //֮ż,ֻģʧ

var pics='lb/1.jpg|lb/2.jpg|lb/3.jpg'
var links='http://house.163.com/topic/cd/lspm/index.html|http://nc.house.163.com/topic/bj/xinwenzhongxin/fengkuang2/index.html|http://nc.house.163.com/topic/bj/xinwenzhongxin/fengkuang1/index.html'

var texts='现楼市是“小阳春”还是“泡沫重现”|揭秘疯狂房价中隐形的翅膀|疯狂地王土地争霸战袭卷全' //
 
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="movie" value="pic.swf"><param name="quality" value="high"><param name="bgcolor" value="#fff">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars"  value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&text_align='+text_align+'&interval_time='+interval_time+'">');
document.write('<embed src="js/pic.swf" wmode="opaque" p  FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'&text_align='+text_align+'&interval_time='+interval_time+'" menu="false" bgcolor="#666666" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
	
	
	