var currentLocation = document.location.href;
if (document.forms[0].PageType.value == "article") {
// email a friend
document.write('
');
// print friendly
if (currentLocation.indexOf('?open') == -1) {
document.write('
');
}
else {
document.write('
');
}
function resizeText (textsize){
document.getElementById('edDeskBody').className = "body" + textsize;
// document.getElementById('intro').className = textsize + "intro";
// document.getElementById('author').className = textsize + "author"
// document.getElementById('maincontent').className = textsize + "body"
}
document.write('
');
}