﻿//solidot广告控制程序
//头部广告文字链
/*
文字链广告实例
<style type=\"text/css\"> #topnav{height: 110px;}</style><a href=\"http://soft.zdnet.com.cn/software_zone/IBM-IMPACT-2010.shtml\" target=\"_blank\">IBM IMPACT 2010北京大会</a>
*/
function textlink_inner(){
return;
	var url_str = document.URL;
	if(url_str == "http://solidot.org/" || url_str == "http://www.solidot.org/" || url_str == "http://solidot.org/index.shtml" || url_str == "http://www.solidot.org/index.shtml"){
		document.write("<style type=\"text/css\"> #topnav{height: 110px;}</style><a href=\"http://event.on24.com/r.htm?e=240628&s=1&k=326B9138943337945F59FC885A2CD64B&partnerref=zdnettetextlink\" target=\"_blank\">这就是IBM智慧的电子商务</a>");	
	} else {
		document.write("");
	}
}
//头部banner广告
/*
banner广告实例
document.getElementById("index-adbanner").innerHTML = '<li class="qu_ad_li"><img class="i_ad" src="http://icon.zdnet.com.cn/zdnet/pic/newindex/ad_grey.gif"><br><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="728" height="90"><param name="movie" value="http://www.solidot.org/admanage/banner_solidot homepage_728x90_29k.swf" /><param name="quality" value="high" /><embed src="http://www.solidot.org/admanage/banner_solidot homepage_728x90_29k.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="728" height="90"></embed></object></li>';
*/
function index_adbanner_inner(){
	var url_str = document.URL;
	if(url_str == "http://solidot.org/" || url_str == "http://www.solidot.org/" || url_str == "http://solidot.org/index.shtml" || url_str == "http://www.solidot.org/index.shtml"){
		
	}
}

function topbanner(){
        var url_str = document.URL;
        if(url_str == "http://solidot.org/" || url_str == "http://www.solidot.org/" || url_str == "http://solidot.org/index.shtml" || url_str == "http://www.solidot.org/index.shtml"){
		//document.write('<center><a href="http://software.intel.com/partner/overview?locale=zh-CN&cid=sw:tp2bannercbsi"><img src="http://img.zdnet.com.cn/2/279/liBoprIF6B2k2.jpg"/></a></center>');
        }
}

// JavaScript Document

