`
qq_715874423
  • 浏览: 6644 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
最近访客 更多访客>>
社区版块
存档分类
最新评论
收藏列表
标题 标签 来源
年月日时分秒 时间
<div style="padding-top:2px; color:#d32210"><SCRIPT language=JavaScript>
<!--
//以下是年月日星期显示
tmpDate=new Date();date=tmpDate.getDate();month=tmpDate.getMonth()+1;year=tmpDate.getYear();document.write(year);document.write("-");document.write(month);document.write("-");document.write(date);document.write(" ");myArray=new Array(6);myArray[0]="星期日 "
myArray[1]="星期一 "
myArray[2]="星期二 "
myArray[3]="星期三 "
myArray[4]="星期四 "
myArray[5]="星期五 "
myArray[6]="星期六 "
weekday=tmpDate.getDay();if(weekday==0|weekday==6)
{document.write(myArray[weekday])
}else
{document.write(myArray[weekday])
};
//-->
</SCRIPT>
                        
<SCRIPT language=Javascript1.2>
<!--
//以下是时间显示
var tags_before_clock = ""
var tags_after_clock = ""
if(navigator.appName == "Netscape") {
document.write('<layer id="clock"></layer>');
}
if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<span id="clock"></span>');
}
function showclock()
{
var date = new Date();
var hour = date.getHours();
var min = date.getMinutes();
var sec = date.getSeconds();
var col = ":";
var spc = " ";
var apm;
if ( hour >24 )
{
apm="P.M.";
hour=hour-24;
}
else
{
apm="A.M.";
}
if (hour == 0) hour=24;
if (min<=9) min="0"+min;
if (sec<=9) sec="0"+sec;
if(navigator.appName == "Netscape")
{
document.clock.document.write(tags_before_clock
+hour+col+min+col+sec+spc+tags_after_clock);
document.clock.document.close();
}
if (navigator.appVersion.indexOf("MSIE") != -1)
{
clock.innerHTML = tags_before_clock+hour
+col+min+col+sec;
}
}
setInterval("showclock()",1000);
//-->
</SCRIPT></div>
新闻和图片横条滚动 新闻滚动
新浪滚动新闻插件<iframe width="750" scrolling="no" height="15" frameborder="No" src="http://news.sina.com.cn/o/allnews/input/index.html" marginheight="0" marginwidth="0" name="sina_roll" border="0"></iframe>

图片无缝滚动<div style="padding:5px 0px 0px 0px;" ><table width="780" border="0" cellspacing="0" cellpadding="0">
				  <tr>
				  <td width="780" height="70" align="right" valign="middle" scope="col">
				                          <div id="demo" style="overflow: hidden; width: 100%">
                            <div id="indemo" style="float: left; width: 800%">
                                <div id="demo1" style="float: left">
  <a href="http://www.eastern-lithium.com/" target="_blank"><img src="/Portals/0/images/whbjr.gif"width="107" height="45" border="0"alt="武汉百杰瑞新材料公司" /></a>
  <a href="http://www.china-kaidi.com/" target="_blank"><img src="/Portals/0/images/whkd.gif"width="116" height="45" border="0"alt="武汉凯迪电力股份有限公司" /></a>
  <a href="http://www.hualong.com/" target="_blank"><img src="/Portals/0/images/jml.gif"width="101" height="45" border="0"alt="今麦郎" /></a>
  <a href="http://www.renfu.com.cn/" target="_blank"><img src="/Portals/0/images/whrf.gif"width="106" height="45" border="0"alt="武汉人福" /></a>  <a href="http://www.baidu.com/" target="_blank"><img src="/Portals/0/images/baidu.gif"width="108" height="45" border="0"alt="百度网" /></a>
  <a href="http://www.google.cn/" target="_blank"><img src="/Portals/0/images/google.gif"width="103" height="45" border="0"alt="谷歌中国" /></a>
  <a href="http://www.163.com/" target="_blank"><img src="/Portals/0/images/wangyi.gif"width="106" height="45" border="0"alt="网易" /></a>
  <a href="http://cn.yahoo.com/" target="_blank"><img src="/Portals/0/images/yahoo.gif"width="108" height="45" border="0"alt="中国雅虎" /></a>
  <a href="http://www.0715es.com/Cache/index.asp" target="_blank"><img src="/Portals/0/images/xnxxw.gif"width="108" height="45" border="0"alt="咸宁信息网" /></a>
                                </div>
                                <div id="demo2" style="float: left">
                                </div>
                            </div>
                        </div>
                        <script type="text/javascript" language="javascript">
                                <!--
                                var speed=20; //数字越大速度越慢
                                var tab=document.getElementById("demo");
                                var tab1=document.getElementById("demo1");
                                var tab2=document.getElementById("demo2");
                                tab2.innerHTML=tab1.innerHTML;
                                function Marquee(){
                                if(tab2.offsetWidth-tab.scrollLeft<=0)
                                tab.scrollLeft-=tab1.offsetWidth
                                else{
                                tab.scrollLeft++;
                                }
                                }
                                var MyMar=setInterval(Marquee,speed);
                                tab.onmouseover=function() {clearInterval(MyMar)};
                                tab.onmouseout=function() {MyMar=setInterval(Marquee,speed)};
                                -->
                        </script>
				  </td>
				  </tr>
	</table></div>


<script>
var i=1; 
var j=2; //变换链接总数,至少两张图片
var myobj = setInterval("adchange()",2000);  //这里调整你的轮换时间,默认2秒
function adchange() 
{ 
  var k=1;
  i=i+1;
  for (k;k<=j;k++ )
  {
   if(k!=i)
   {
    document.getElementById("ad_"+k).style.display='none'; 
   }
   else

   {
    document.getElementById("ad_"+i).style.display='block'; 
   }
   if(k!=i)
   {
    document.getElementById("ad2_"+k).style.display='none'; 
   }
   else
   {
    document.getElementById("ad2_"+i).style.display='block'; 
   }
   if(k!=i)
   {
    document.getElementById("ad3_"+k).style.display='none'; 
   }
   else
   {
    document.getElementById("ad3_"+i).style.display='block'; 
   }
   if(k!=i)
   {
    document.getElementById("ad4_"+k).style.display='none'; 
   }
   else
   {
    document.getElementById("ad4_"+i).style.display='block'; 
   }
   if(k!=i)
   {
    document.getElementById("ad5_"+k).style.display='none'; 
   }
   else
   {
    document.getElementById("ad5_"+i).style.display='block'; 
   }
   if(k!=i)
   {
    document.getElementById("ad6_"+k).style.display='none'; 
   }
   else
   {
    document.getElementById("ad6_"+i).style.display='block'; 
   }
  }
if(i==j) i=0;
} 
</script>//头部

<div class="gif">
<div id="ad_1" style="display: block;"><a href="http://www.moe.edu.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link2.jpg" /></a></div>
<div id="ad_2" style="display: none;"><a href="http://http://www.eol.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link1.jpg" /></a></div>
<div id="ad2_1" style="display: block;"><a href="http://www.cbe21.com/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link3.jpg" /></a></div>
<div id="ad2_2" style="display: none;"><a href="http://www.chinaedu.edu.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link4.jpg" /></a></div>
<div id="ad3_1" style="display: block;"><a href="http://www.cbern.gov.cn"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link5.jpg" /></a></div>
<div id="ad3_2" style="display: none;"><a href="http://www.edu.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link6.jpg" /></a>
</div>
<div id="ad4_1" style="display: block;"><a href="http://www.hbe.gov.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link11.jpg" /></a></div>
<div id="ad4_2" style="display: none;"><a href="http://www.whzkb.com/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link8.jpg" /></a>
</div>
<div id="ad5_1" style="display: block;"><a href="http://www.whjy.net/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link9.jpg" /></a></div>
<div id="ad5_2" style="display: none;"><a href="http://www.e21.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link10.jpg" /></a>
</div>
<div id="ad6_1" style="display: block;"><a href="http://hubei.eol.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link12.jpg" /></a></div>
<div id="ad6_2" style="display: none;"><a href="http://www.hbee.edu.cn/"><img alt="" width="155" height="45" style="border-width: 0px; border-style: solid;" src="/Portals/0/images/link7.jpg" /></a>
</div>
</div>//尾部



动态flash天气 天气
<iframe src="http://flash.weather.com.cn/wmaps/index.swf?url1=http%3A%2F%2Fwww%2Eweather%2Ecom%2Ecn%2Fweather%2F&url2=%2Eshtml&from=cn" width="625" height="457" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe width="235" scrolling="no" height="20" frameborder="0" vspace="0" hspace="0" marginheight="0" marginwidth="0" src="http://m.weather.com.cn/m/pn1/weather.htm "></iframe>

<iframe src="http://m.weather.com.cn/m/pn2/weather.htm " width="180" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn3/weather.htm " width="225" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn4/weather.htm " width="160" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn5/weather.htm " width="200" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn6/weather.htm " width="140" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn7/weather.htm " width="195" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn8/weather.htm " width="255" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn9/weather.htm " width="210" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn10/weather.htm " width="260" height="100" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn11/weather.htm " width="490" height="50" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

<iframe src="http://m.weather.com.cn/m/pn12/weather.htm " width="245" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
Global site tag (gtag.js) - Google Analytics