
 <!-- hide script from old browsers
function copyright()
{
alert("Copyright statement \n The compilation of information and images contained on this website are copyright. \nText and image files, audio and video clips, and other content on this website are the property of Andrea Mercier Photography, and such content is protected by copyright. \nCopyrights and other proprietary rights in the content on this website may also be owned by individuals and entities other than, and in addition to, Andrea Mercier Photography. \nAndrea Mercier Photography expressly prohibits the copying or disseminating of any materials on this website.\n \r\tUnauthorized commercial publication or exploitation of any text, images or content of this website is specifically prohibited and breach of which attacts legal action by its proprietors. \n Anyone wishing to use any of these files or images for commercial use, publication, or any purpose other than fair use as defined by law,\n must request and receive prior written permission from Andrea Mercier Photography.\n \r\t Webmasters of other websites are welcome to link to Andrea Mercier Photography, and to use images for that purpose restrictions of such use are as follows:\n\t\t\"Deep\" or \"embedded\" linking is not acceptable; \n\t\t Links are not acceptable from sites which include\"adult\" content, or contain links thereto, or link to matter that promotes discrimination; \n or matter associated with political extremeism. \n\t\t You are prohibited from claiming or implying that Andrea Mercier Photography, or any part of it, is your own work.")
}

//disables the right mouse button

function noRightClick(buttonClicked) {

if (navigator.appName == 'Netscape' &&

(buttonClicked.which == 2 || buttonClicked.which == 3))

return false;

else if (navigator.appName == 'Microsoft Internet Explorer' &&

(event.button == 3 || event.button == 2)) {

copyright();

return false;

}

return true;

}









// end hiding script from old browsers -->

