// Start here: configure site-specific stuff

if (getsTlu) {
	// set chkpt urls
	// openTrkPath = TLU is expanded 
	// closeTrkPath = TLU is collapsed
	// impTrkPath = impression when TLU is loaded
	openTrkPath = 'http://chkpt.zdnet.com/chkpt/adv.cr.sc.tr2.2.0';
	closeTrkPath = 'http://chkpt.zdnet.com/chkpt/adv.cr.sc.tr2.2.1';
	impTrkPath = 'http://chkpt.zdnet.com/chkpt/adv.cr.sc.tr2.2.2';

	/// set creative info
	// tluDhtmlGifPath = path to gif head for DHTML version
	// tluDhtmlAltText = alt text for this image
	// adPath = path to html file with Flash creative and plug-in detection
	tluDhtmlGifPath = 'http://i.i.com.com/cnwk.1d/i/ads/bru/tr/tr_sliver.gif';
	tluDhtmlAltText = 'Click here to go to TechRepublic';
	adPath = 'http://i.i.com.com/cnwk.1d/i/ads/bru/tr/tr_flash.html';

	if (getsSplash) {
		// splashPath = path for splash screen
		splashPath = 'http://i.i.com.com/cnwk.1d/i/ads/bru/tr/tr_launch1.html';
		splashPath2 = 'http://i.i.com.com/cnwk.1d/i/ads/bru/tr/tr_launch2.html';
	}

} else {

	// Note: this info needs to be added again in the NOSCRIPT tags
	// set chkpt urls for non-dhtml version
	// flatGifTrkPath = tracks when flat gif is clicked on
	// impTrkPath = impression when flat TLU is loaded
  flatGifTrkPath = 'http://chkpt.zdnet.com/chkpt/adv.cr.sc.tr2.1.1';
	//impTrkPath = '';

	// set creative info for non-dhtml version
	// flatGifPath = path to clickable gif
	// flatGifLink = link for clickable gif
	// flatGifAltText = alt text for clickable gif
	flatGifPath = 'http://i.i.com.com/cnwk.1d/i/ads/bru/tr/tr_sliver.gif';
	flatGifLink = 'http://chkpt.zdnet.com/chkpt/adv.cr.sc.tr2.1.0/http://www.techrepublic.com/';
	flatGifAltText = 'TechRepublic - Click Here';
}


//load impression gif
if (document.images) {
	var openTrk = new Image();
	var closeTrk = new Image();
	//var impTrk = new Image();
	//impTrk.src = impTrkPath + noCache();
}

// all done... update the gifs, tracking, and link in NOSCRIPT below
