<!-- 

//script to protect images from theft
function click()
{if (event.button==2)
{
alert('Images are the property of Miss Caroline.\n\nPlease do not use without my permission.\n\nwww.MissCaroline.co.uk ©2002-2005')
} 
}document.onmousedown=click

// -->
