if(navigator.userAgent.match(/iPhone/i)){
window.location = "http://www.kenburns.smugmug.com/");
}

// change the link on the SmugMug Logo
 
YE.onAvailable('homelink', function(e) {
    this.href = "http://kenburns.smugmug.com/";
    this.firstChild.alt = "Ken Burns Photography";
    this.firstChild.title = "Ken Burns Photography";
});
 
// removes the pipes characters in the toolbar header
 
YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});

rightClickWarning = "All Photographs Copyright Ken Burns";





