// Select Stylesheet By Resolution Script
if (screen.width < 1024) { document.write('<link rel=stylesheet type="text/css" href="http://www.stolenchair.org/OldWebsite/lowRes.css">'); } if (screen.width >= 1024 ) { document.write('<link rel=stylesheet type="text/css" href="http://www.stolenchair.org/OldWebsite/hiRes.css">'); } 
 
// Place Orphan Back In Frameset Script
passpage = document.URL
if (top.location == self.location)
top.location.href="http://www.stolenchair.org/OldWebsite/master.html?" + passpage

// Class Change Script
function change(id, newClass) {

identity=document.getElementById(id);

identity.className=newClass;

}




