
document.write("<html>")

document.write("<head>")
    document.write("<title>Vasja Progar</title>")
    document.write("<link rel='stylesheet' type='text/css' href='css/style.css'>")
document.write("</head>")

document.write("<body>")
    document.write("<div id='navigation'>")
        document.write("<img class=logo src=\'img/logo_240x100.jpg\' alt=\'VASJA PROGAR\' width=\'240\' height=\'100\'>")
        document.write("<a class=\'navigation\' href=\'index.html\'>HOME</a> ")
        document.write(" <a class=\'navigation\' href=\'news.html\'>NEWS</a> ")
        document.write(" <a class=\'navigation\' href=\'cv.html\'>CV</a> ")
        document.write(" <a class=\'navigation\' href=\'work.html\'>WORK</a> ")
        document.write(" <a class=\'navigation\' href=\'contact.html\'>CONTACT</a>")
    document.write("</div>")
    document.write("<div id='body'>")

