/* index.js 1.00 08-01-08 03:09 */

function Hello()
{
if (top != self) top.location.replace(self.location.href.toLowerCase());
window.defaultStatus='Vote for Diane Lawless : Third District City Council'; 
return true;
} 

function Goodbye()
{
window.defaultStatus = ''; 
return true;
}


