<!--
var message="Contact chris@morecake.com if you want to use any graphics.\nAll external links open in a new window.";
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;
window.defaultStatus="M A G N E T O    R E P A I R S  -  fatspark@magnetorepairs.com   01453 886849"
// -->