hasLinks = true
cm2 = true


linkName = new Array
linkUrl = new Array

linkName[0] = "News"
linkUrl[0] = "index.html"


linkName[1] = "About"
linkUrl[1] = "about.html"


linkName[2] = "Author"
linkUrl[2] = "author.html"


linkName[3] = "Sitemap"
linkUrl[3] = "sitemap.html"

linkName[4] = "CC License"
linkUrl[4] = "license.html"