var hLink    = new Object();
    hLink[0] = '1-01.14/www.esecurityplanet.com/trends/article.php/3299121';
    hLink[1] = '2-01.14/www.internetnews.com/wireless/article.php/3299361';
    hLink[2] = '3-01.14/www.serverwatch.com/sreviews/article.php/3299131';

var hLine    = new Object();
    hLine[0] = 'Last Year\'s Security Problems may Balloon in 2004';
    hLine[1] = 'Cingular, AT&T Wireless Talking Merger';
    hLine[2] = 'Bringing Linux to the Enterprise With SUSE';

var hDesc    = new Object();
    hDesc[0] = 'If 2003 was the worst year in the history of the computer industry for viruses and spam, hold onto your hat. This year, according to security experts, is setting up to see the malicious problems that appeared last year grow and fester into major security problems for 2004.';
	hDesc[1] = 'The carriers are reportedly talking about joining forces, a move that would create a formidable industry player and could spark further consolidation.';
    hDesc[2] = 'SUSE Linux Enterprise Server 8 is a server-optimized version of the vendor\'s Linux distribution designed to scale from a commodity white box server to a high-end mainframe.';

var siteID   = new Object();
    siteID["javascript.internet.com"] = 'jss';
    siteID["cws.internet.com"]        = 'cws';
	siteID["www.javascript.com"]	  = 'jsc';
	siteID["www.gif.com"]			  = 'gif';
	siteID["www.scriptsearch.com"]	  = 'sss';
	siteID["www.webdevelopersjournal"]		  = 'wdj';
    siteID["javaboutique.internet.com"]       = 'jvb';
	siteID["www.webreference.com"]	  = 'wbr';
    siteID["www.flashkit.com"]        = 'flk';
	siteID["www.extremeflash.com"]	  = 'exf';
	siteID["www.webdeveloper.com"]    = 'wdc';
	siteID["www.wdvl.com"]            = 'dvl';
	siteID["www.webopedia.com"]	      = 'wbo';
    siteID["webopedia.internet.com"]    	  = 'wbo';
	siteID["www.internetproductwatch.com"]	  = 'ipw';
	siteID["www.sharkyextreme.com"]	  = 'shx';
	siteID["www.mydesktop.com"]	      = 'mdt';
	siteID["www.hardwarecentral.com"] = 'hwc';
	siteID["www.jumbo.com"]	          = 'jmb';
	siteID["www.windrivers.com"]	  = 'wdr';
	siteID["forums.windrivers.com"]   = 'wdr';

var thisSite = 'inc';  // default value for site
if ((window.location.hostname)&&(siteID[window.location.hostname.toLowerCase()])) {
   thisSite = siteID[window.location.hostname.toLowerCase()];
}

for (i=0;i<3;i++) {
   document.write('<P CLASS="noiDeck">\n');
   document.write('<A HREF="http://redir.internet.com/inc/'+thisSite+'_'+hLink[i]+'" CLASS="noiHead">'+
                   hLine[i]+'</A><BR>\n');
   document.write(hDesc[i]+'</P>\n\n');
}

