/*********************************************
*  Towneline Productions, Inc.
*  ------------
*  copyright 1999
*
*  21 Eaton Road  
*  Standish, Maine
*  207.642.3341
*  
**********************************************/

function click()
{if (event.button==2)
 	{alert('This Site Designed by:\n \nTowneline Productions, Inc.\n \nHosting Provided by:\n \nTowneline Productions, Inc.\n \nFor more Information Call\n \n1-207-637-3120 or eMail\n \nwebmaster@townelineproductions.com');
	}
}
document.onmousedown=click
