﻿if (typeof _footstyle == 'undefined'){
    document.writeln('<style type="text/css">');
    document.writeln('*html h3 { font-size:12px; color:#F13A01; width:100%; height:20px; line-height:25px; text-align:left; margin-bottom:5px; background:url(../images/news_title_line.jpg) no-repeat; background-position:left bottom;}');
    document.writeln('* h3 { font-size:12px; color:#F13A01; width:100%; line-height:25px; text-align:left; margin-bottom:5px; background:url(../images/news_title_line.jpg) no-repeat; background-position:left bottom;}');
	document.writeln('*html #Relatednews{float:left; width:260px; margin-top:17px; overflow:hidden;}');
	document.writeln('#Relatednews { float:left; width:260px; margin-top:10px; overflow:hidden;}');
	document.writeln('#Relatednews p { float:left; width:100%; line-height:25px; text-align:left; border-bottom:dotted 1px #ddd;}');
	document.writeln('#Relatednews span { float:right;}');
	document.writeln('#Relatednews .right_ad { width:275px; height:100px; border:0; margin-top:15px;}');
	document.writeln('</style>');
}

document.writeln('<div id="Relatednews">');
document.writeln('<h3>服务导航 <img src="images/ico_more.jpg" alt="服务导航" /></h3> ');
document.writeln('<p><a href="sitemap.html">>> 网站地图：自由畅游全网站内容</a></p> ');
document.writeln('<p><a href="aboutus.html">>> 关于我们：重庆夜生活网站介绍</a></p> ');
document.writeln('<p><a href="service.html">>> 服务条款：我们为您提供哪些服务</a></p> ');
document.writeln('<p><a href="weblink.html">>> 友情连接：如何申请友情链接</a></p> ');
document.writeln('<img src="images/right_ad.jpg" alt="" class="right_ad" /> ');
document.writeln('</div>');
