//Change the document title
var cPN = document.location.href
cPN = unescape(cPN.substr(cPN.lastIndexOf("/") + 1))
cPN = cPN.substr(0,cPN.indexOf("."))
cPN = cPN.replace("-"," ")
cPN = cPN.replace("index","Home Page")
document.title = "Pingwin - " + cPN
