﻿var _count = 0;
var _img = new Array();
var _href = new Array();
var _title = new Array();
var _brief = new Array();
var _html
var _c = 0;
var _w = 145;
var _h = 120;
var _t = 6000;
function show(){
 	if (_c == 0)
		play();
	else
		setTimeImg = setTimeout("play()", _t);
}

function play() {
	_html = "";
	_html += "<div style='position:relative;width:"+_w+";height:"+_h+";'>";
	_html += "<a href='"+_href[_c]+"' target='_blank'><img id='pic' style='revealTrans(transition=23,duration=1);' src='"+_img[_c]+"' border='0' width='"+_w+"' height='"+_h+"'></a>";
	_html += "<div style='position:absolute;z-index:100px;right:1px;top:105px;'>";
	for (var i = 0; i < _img.length; i++)
		_html += "<span style='color:#ffffff; border:0px solid #000;padding:0px 5px 0px 5px;height:10px;text-align:center;cursor:"+ (i==_c ? ("default;background-color:#cc0000;") : ("hand;")) + "' onclick='selected("+i+")';>"+ (i+1) +"</span>"
	_html += "</div>"
	_html += "<div style='position:absolute;z-index:100px;top:130px;right:0;height:16px;width:145px;text-align:left;padding-top:0px;'><a href='"+_href[_c]+"' class='hei' target='_blank'><b>"+_title[_c]+"</b></a></div>"
	_html += "<div style='position:absolute;z-index:100px;top:153px;right:0;left:0;height:48px;width:144px;text-indent:0px;line-height:16px;text-align :left; color:#999999;'>"+_brief[_c]+" <a href='"+_href[_c]+"' target='_blank' class='hei' style='color:#ff0000'>[详细]</a></div>"
	_html += "</div>"
	getRef("imaNews").innerHTML = _html;
	_img.length-1 == _c ? _c = 0 : _c ++;
	setTimeImg = setTimeout("play()", _t);
}
function selected(c){
	window.clearTimeout(setTimeImg);
	_c = c;
	play();
}
function showerr(e){
	getRef("imaNews").innerHTML = e;	
}
function getRef(id)
{
	return (document.all?document.all(id):document.getElementById(id));
}







_img[_count] = "http://www.365jn.cn/Ads/Images/2011/01.gif";
						_href[_count] = "http://www.365jn.cn/2011/ntyth/";
						_title[_count] = '4月8日长三角暖通系...';
						_brief[_count] = '&nbsp;&nbsp;&nbsp;　4月8日，首届长三角暖通系统节能创新研讨会在上海成功举办。本届研讨会由上海节能减排技术转移服务中心、上海市科协学会服务中心、长三角紧缺人才节能工程师培训中心、上海技术交易所、江苏省制冷学会、浙江省制冷学会主办，上海节能信息网承办。...';
						_count++;










_img[_count] = "http://www.365jn.cn/Ads/Images/2011/02.gif";
						_href[_count] = "http://www.365jn.cn/HTML/33/201103/9272.htm";
						_title[_count] = '“地球一小时”公益...';
						_brief[_count] = '&nbsp;&nbsp;&nbsp;3月26日晚，由节能领航俱乐部、上海节能信息网（www.365jn.cn）、Kento’s爵士音乐会俱乐部所共同发起的2011“地球一小时”公益音乐酒会成功举办，来自社会各界的热心人士在这里共同熄灯一小时，表达践行低碳环保的决心。...';
						_count++;







_img[_count] = "http://www.365jn.cn/Ads/Images/2011/03.gif";
						_href[_count] = "http://www.365jn.cn/HTML/33/201101/9208.htm";
						_title[_count] = '上海节能产业年会盛大...';
						_brief[_count] = '&nbsp;&nbsp;&nbsp;由上海节能信息网（www.365jn.cn）承办的“2011年上海节能产业年会”隆重拉开帷幕。年会云集了众多政府、科研单位，行业专家、学者、节能技术产品的企业、节能服务公司、金融机构、用能单位等400余人济济一堂，...';
						_count++;



					

						show();	
