//*
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// :filename. 	
// :author.		Doug Thompson
// :date.		11:36 2004-10-20	
// :purpose.	
// :behaviour.	
// :syntax.	
// :pattern.	js/xxx
// :ver.		0.0
// :gen.		  
// :precond.	 x
// :postcond.	 x
// :status.		 x
// :docs.
// 		http://msdn.microsoft.com/library/default.asp?url=
// :changeHistory.
// :change id=0 date="11:36 2004-10-20". Created
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//* 
// This is to insert an advert section
//   < script language="JavaScript" src="../shared/js/sidebanner.js" /script >
// This is to insert an advert section
//   < script language="JavaScript" src="../shared/js/sidebanner.js" /script >

// TOD0
//	1. sort out the content roatator with decent images.
//  2. use the JS version as it gives clearly non-duplicate adverts, can still use the Biz Intellengence features.
function writeBannerFrame(){
document.writeln('<iframe SCROLLING="no" MARGINWIDTH="1"  MARGINHEIGHT="1"   ');
document.writeln(' FRAMEBORDER="0" WIDTH="170" HEIGHT="210" name="AdRotator"  ');
document.writeln(' src="http://webservices.timberzen.biz/tdhadrotate/randomad/adblock.asp"');
document.writeln('>');
document.writeln('<!--Your browser does not support iframes-->');
document.writeln('</iframe>');
}
function writeSleezeFrame(){
document.writeln('<a href="http://www.thedoghouse.org/sleaze/index.htm"  ');
document.writeln('  title="The Doghouse club back now at Sleaze"><img alt="The Doghouse club back now at Sleaze"');
document.writeln('  border="0" src="http://www.thedoghouse.org/sleaze/sleaze.jpg" width="200" height="255">');
document.writeln('</a>');
}
function writestackedbannerads(){
document.writeln('<iframe SCROLLING="no" MARGINWIDTH="1"  MARGINHEIGHT="1" FRAMEBORDER="0" WIDTH="170" HEIGHT="210" name="AdRotator"  ');
document.writeln(' src="http://webservices.timberzen.biz/tdhadrotate/randomad/adblock.asp"');
document.writeln('>');
document.writeln('<!--Your browser does not support iframes-->');
document.writeln('</iframe>');
}
// writeSleezeFrame();
// writeBannerFrame();
