﻿function PlatformTop_AutoScroll(obj){
        jQuery(obj).find("ul:first").animate({
                marginTop:"-36px"
        },1000,function(){
                jQuery(this).css({marginTop:"0px"}).find("li:first").appendTo(this);
        });
}
jQuery(document).ready(function(){
setInterval('PlatformTop_AutoScroll("#platformtop_scrolldiv")',3000)
});
var topStr='';
topStr +='<div class="family_label">';
topStr += '<div class="left_logo"><a href="http://www.dipan.com" target="_blank"><img src="http://www.dipan.com/images/family_logo.gif" border="0" onfocus="this.blur()"/></a>	</div>';
	topStr += '<div class="left_news" id="platformtop_scrolldiv"><ul><li style="list-style:none;"><a href="http://sg.dipan.com/news/gg/201003/20100302144056.html" target="_blank" class="famil_blue">《兵临城下》新服 三十三服sg33（双线）• 公元280 开服</a></li><li style="list-style:none;"><a href="http://sg.dipan.com/news/hd/201003/20100311194043.html" target="_blank" class="famil_blue">2010年白色情人节 《兵临城下》陪你过</a></li><li style="list-style:none;"><a href="http://sg.dipan.com/news/gg/201002/20100209141611.html" target="_blank" class="famil_blue">《兵临城下》26~29服 首届联盟争霸赛 新年豪情开启</a></li><li style="list-style:none;"><a href="http://hero.dipan.cn/news/gonggao/201003/20100304183516.html" target="_blank" class="famil_blue">地盘《武林英雄》MM人气大PK</a></li></div>';
		   topStr += '<div class="left_link"><a href="http://sg.dipan.com/" target="_blank" class="famil_gary">兵临城下</a>&nbsp;|&nbsp;<a href="http://long.dipan.com/" target="_blank" class="famil_gary">龙之霸业</a>&nbsp;|&nbsp;<a href="http://qy.dipan.com/default.html" target="_blank" class="famil_gary">黑暗契约</a>&nbsp;|&nbsp;<a href="http://hero.dipan.cn/" target="_blank" class="famil_gary">武林英雄</a>&nbsp;|&nbsp;<a href="http://moli.dipan.cn/" target="_blank" class="famil_gary">魔力学堂</a>&nbsp;&nbsp;<a href="http://www.dipan.com/news/game/" target="_blank" class="famil_red">更多游戏>></a></div>';
			topStr += '<div class="right_btn"><a href="http://pass.dipan.com/reg?t=1" target="_blank"><img src="http://www.dipan.com/images/family_btn.gif" border="0" /></a>&nbsp;&nbsp;<a href="javascript:addfav()"><img src="http://www.dipan.com/images/family_btn1.gif" border="0" /></a></div></div>';
document.writeln(topStr);

function addfav()
{
try{
 if (window.sidebar) {
 window.sidebar.addPanel(document.title, location.href,"");
 } else if( document.all ) {
 window.external.AddFavorite( location.href,document.title);
 }

 }catch(e){}	
}