// JavaScript Document





/*var message="Please respect our copyrighted materials!.  We're flattered you like our images and coding, but if you would like to use them, please contact our Webmaster at www.starsnsites.com to obtain permission to use them."; // Put your message for the alert box between the quotes.



// Don't edit below!



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;

// --> */



<!--

/*

Break-out-of-frames script

*/



if (window!= top)

top.location.href=location.href

// -->


