﻿// JScript 文件
function topshow()
{
    var obj='<!--start首页表格头子--><style type="text/css">div{margin:0px;padding:0px;}</style>';
        obj+='<div style="width:980px;height:120px;background-color:#FFFFFF;font-size:12px;margin-left:auto;margin-right:auto;text-align:left; position:relative;">';
    	obj+='<div style="height:39px; width:100%;">';
        obj+='	  <div style="height:100%; float:left;width:25px;background-image:url(http://www.315win.com/top/left.gif);"></div>';
        obj+='    <div style="height:100%; float:right;width:24px;background-image:url(http://www.315win.com/top/right.gif);"></div>';
        obj+='    <div style="height:26px;padding-top:13px;width:931px;float:right; text-align:right;background-color:#FFFFFF;">';
        obj+='    	<a href="http://www.cq.xinhuanet.com/house/" target="_blank" style="color:#000000; text-decoration:none;">新华网重庆房产</a>';
        obj+='        <a href="http://www.cq315house.com/315/index.asp" target="_blank" style="color:#000000; text-decoration:none;">	重庆网上房地产</a>';
        obj+='        <a href="javascript:window.external.AddFavorite(\'http://www.315win.com\',\'315之窗 315win.com\')" style="color:#000000; text-decoration:none;">加入收藏</a>';
        obj+='        <a onclick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage (\'http://www.315win.com\');return(false);" href="#" style="color:#000000; text-decoration:none;">设为首页</a>';
        obj+='        <a href="http://house.315win.com/esf/EBack/index.aspx" target="_blank" style="color:#000000; text-decoration:none;">中介登陆</a>';
        obj+='        <a href="http://house.315win.com/esf/FaBu/login.htm" target="_blank" style="color:#000000; text-decoration:none;">个人登陆</a>';
        obj+='        <a href="http://house.315win.com/esf/EBack/index.aspx" target="_blank" style="color:#000000; text-decoration:none;">用户注册</a>&nbsp;&nbsp;&nbsp;<a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.315win.com&amp;sl=zh-CN&amp;tl=zh-TW&amp;hl=zh-CN&amp;ie=UTF-8" target="_blank" style="color:#000000; text-decoration:none;">繁体</a>';
        obj+='    </div>';
        obj+='</div>';
        obj+='<div style="width:100%; height:71px;">';
        obj+='	<div style="float:left; width:249px;height:100%;background-color:#FFFFFF;"></div>';
        obj+='	<div style="float:left; width:731px;height:100%;background-image:url(http://www.315win.com/top/main.gif);background-color:#FFFFFF;">';
        obj+='    	  <div id="topnowtime" style="color:#FFFFFF;margin-right:20px;margin-top:15px;float:right;"></div>';
        obj+='        <div style="width:209px;height:44px;float:right;margin-right:100px;background-image:url(http://www.315win.com/top/ad.png);"></div>';
        obj+='        <div style="width:100%;clear:both; height:20px; padding-top:6px; text-align:right;">';
        obj+='        	<a href="http://www.315win.com" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">首页 |</span></a>';
        obj+='        	<a href="http://news.315win.com" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">时事焦点 |</span></a>';
        obj+='          <a href="http://news.315win.com/zt/" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">深度解析 |</span></a>'; 
        obj+='          <a href="http://bbs.315win.com" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">315对话 |</span></a> ';
        obj+='          <a href="http://photo.315win.com" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">地产视界 |</span></a> ';
        obj+='          <a href="http://house.315win.com/new/NHAll.htm" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">品牌地产 |</span></a> ';
        obj+='          <a href="http://house.315win.com/esf/" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">产权交易 |</span></a> ';
        obj+='          <a href="http://news.315win.com/list/?ban=家居资讯" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none">地产生态链 |</span></a> ';
        obj+='          <a href="http://news.315win.com/ft/" target="_blank"><span style="font-weight:bold;color:#FFF; text-decoration:none; margin-right:20px;">职场交流</span></a>';
        obj+='        </div>';
        obj+='    </div>';
        obj+='</div>';
        obj+='<div style="clear:both;width:100%;height:10px;background-color:#636363;"></div>';
        obj+='<div style="position:absolute;width:280px;height:46px;top:30px;left:20px;background-image:url(http://www.315win.com/top/logo.jpg);"></div>';
		obj+='</div>';
        obj+='<!--end首页表格头子-->';
    return obj;
} 
function nowtimeshow()
 {
        var d = new Date()
        var sd = function(i){
                            switch(i)
                            {
                                case 1:return "一"; break;
                                case 2:return "二"; break;
                                case 3:return "三"; break;
                                case 4:return "四"; break;
                                case 5:return "五"; break;
                                case 6:return "六"; break;
                                case 0:return "日"; break;
                            }									
                          }
       return d.getFullYear()+"年"+(d.getMonth()+1)+"月"+d.getDate()+"日 星期"+sd(d.getDay());
}