﻿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/hd/201008/20100816133118.html" target="_blank" class="famil_blue">《兵临城下》 七夕礼包 浪漫传递</a></li><li style="list-style:none;"><a href="http://long.dipan.com/news/hd/201008/2010081315021.html" target="_blank" class="famil_blue">千里共婵娟 地盘网《龙之霸业》七夕活动甜蜜登场</a></li><li style="list-style:none;"><a href="http://qy.dipan.com/news/gg/201008/2010081717537.html" target="_blank" class="famil_blue">《黑暗契约》电信13服—潮汐使者8月31日火爆开启</a></li><li style="list-style:none;"><a href="http://sg.dipan.com/news/hd/201009/2010090311390.html" target="_blank" class="famil_blue">沙场点兵 破蛮扬威《兵临城下》49期周末活动</a></li><li style="list-style:none;"><a href="http://sg.dipan.com/news/gg/201007/2010072895330.html" target="_blank" class="famil_blue">《兵临城下》1~29服 首届跨服资格赛 夏日火热开战</a></li><li style="list-style:none;"><a href="http://qy.dipan.com/news/xw/201008/20100825203136.html" target="_blank" class="famil_blue">荣耀之光 《黑暗契约》公会战即将开放</a></li><li style="list-style:none;"><a href="http://qy.dipan.com/news/hd/201008/20100826113225.html" target="_blank" class="famil_blue">《黑暗契约》秀宠风暴VS超值大礼包 两大活动惊喜上线！</a></li><li style="list-style:none;"><a href="http://qy.dipan.com/news/hd/201008/20100826105446.html" target="_blank" class="famil_blue">《黑暗契约》——战宠荣光 神龙犒赏！活动开启</a></li><li style="list-style:none;"><a href="http://sg.dipan.com/news/notice/20100729/1.html" target="_blank" class="famil_blue">三足鼎立谋定天下《兵临城下》跨服战场资料</a></li><li style="list-style:none;"><a href="http://moli.dipan.cn/news/hd/200910/2009102995026.html" target="_blank" class="famil_blue">地盘《魔力学堂》超级玩家福利计划</a></li><li style="list-style:none;"><a href="http://moli.dipan.cn/news/xw/201006/20100629104715.html" target="_blank" class="famil_blue">地盘《魔力学堂》“梦境之塔”人宠空中飞行大作战</a></li><li style="list-style:none;"><a href="http://hero.dipan.cn/news/gonggao/201008/2010081017352.html" target="_blank" class="famil_blue">地盘《武林英雄》七夕郎情妾意赠信物 武馆养成齐建设！</a></li><li style="list-style:none;"><a href="http://hero.dipan.cn/news/gonggao/201007/20100713204927.html" target="_blank" class="famil_blue">秒杀 荣威350轿车 武林大会即日开启！！</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){}	
}
