﻿//footer
function pagingArticles(){
    document.write ("<a href='dimos_articles_pg01.html'>[σελ. 1]&nbsp;</a>");
    document.write ("<a href='dimos_articles_pg02.html'>[σελ. 2]&nbsp;</a>");
    document.write ("<a href='dimos_articles_pg03.html'>[σελ. 3]&nbsp;</a>");
    document.write ("<a href='dimos_articles_pg04.html'>[σελ. 4]&nbsp;</a>");
    document.write ("<a href='dimos_articles_pg05.html'>[σελ. 5]&nbsp;</a>");
    document.write ("<a href='dimos_articles_pg06.html'>[σελ. 6]&nbsp;</a>");
    document.write ("<a href='dimos_articles_pg07.html'>[σελ. 7]&nbsp;</a>");
    document.write ("<a href='dimos_articles.html'>[Όλα τα άρθρα]</a>");
}
function footerCreate(){
    document.write ("<div>");
    document.write ("<div><a href='index.html'>Αρχική</a>");
    document.write ("| <a href='cv.html'>Βιογραφικό</a>");
    document.write (" | <a href='links.html'>Χρήσιμες διευθύνσεις</a>");
    /*document.write ("| <a href='dimos.html'>Δημοσιεύματα</a>");*/
    document.write (" | <a href='contact.html'>Επικοινωνία</a> </div>");
    document.write ("<p id='copyright'>© Σωφρόνης Χατζησαββίδης. &nbsp;Γλωσσολόγος, Καθηγητής Α.Π.Θ");
    /*document.write ("Σχεδίαση από <a href='http://nrdsrv01.nured.auth.gr/BlogEngine/' target='_blank'>Πουρνάρας Νίκος</a>");*/
}

