/* author: Porter T. */
/* Creation date: 4/22/03 */

function click() 
{
if (event.button==2) 
{
alert("Copyright © Celebrity Addresses Australia 2003")
}
}
document.onmousedown=click
