// JavaScript Document


function isKeyPressed(event){
    if (event.shiftKey==1){
        window.location = "http://peterhammond.com"
    }else{
        window.location = "gallerytwo.php?mID=00"
    }
}
