/* *****************************************
//  WebTank javascript File
//  Title: logo.js
//  File updated: 2009-01-19 18:45:06
// 
//  Do NOT manually edit this generated file
// **************************************** */


function rollOver() {
	
	document.images["logo"].src = "./images/editorial/id=322.gif";
	
	return true;
	
}

function rollOut() {

	document.images["logo"].src = "./images/editorial/id=321.gif";
	
	return true;
	
}

