// NO RIGHT CLICK
function disable() {
	if (event.button == 2) {
		alert("Thanks for shopping at\nKids Only Fabrics");
	} 
}

function checkframed() {
	if (top == self) {
		window.location = "index.html";
	}
}

//preload();
