function ContainsTipTop(){
	return false;
}

function RenderTipTopList(){
	document.write('');
}

function RenderTipTopIndiv(){
	RenderTipTopList();
}

function RenderTipBotList(){
	document.write('<table width=100%><tr><td><a name=moreInfo></a></td></tr></table>');
}

function RenderTipBotIndiv(){
	RenderTipBotList();
}

function RenderSourceList(){
	document.write('<table width=100%><tr><td></td></tr></table>');
}

function RenderSourceIndiv(){
	RenderSourceList();
}

// Saturday, September 17, 2005	2:42:38 PM

