function webentry(wa,wn1,wn2,wn3,wd){
document.write("<tr><td align=left width='600'>"+wn1+"<a href='http://"+wa+"'>"+wn2+"</a>"+wn3+"</td><td align=left width='86'>&nbsp;</td><td width='42'>"+wd+"</td></tr>")}

function entry(worc,p,ww,t,u)
{if (ww<p)
{if (ww<10){ww="0"+ww}
document.write("<tr><td><a href='"+worc+ww+".htm'><img src='button.gif' border=0 width=15 height=15></a> "+t+"</td><td> "+u+"</td></tr>")}}

function weekno(){
var timenow=new Date();
m=timenow.getMonth() + 1; //m is number of month
d=timenow.getDate(); //d is number of day in month
w=m*4-3+52 //w is number of week (in year)
if (m==1){d=d} //subtract day of first monday in month from d
if (m==2){w=w+1;d=d-4} // add one more to w if five mondays in previous month
if (m==3){w=w+1;d=d-4}
if (m==4){w=w+1;d=d-1}
if (m==5){w=w+2;d=d-6}
if (m==6){w=w+2;d=d-3}
if (m==7){w=w+2;d=d-1}
if (m==8){w=w+3;d=d-5}
if (m==9){w=w+3;d=d-2}
if (m==10){w=w+4;d=d-7}
if (m==11){w=w+4;d=d-4}
if (m==12){w=w+4;d=d-2}
if (d<0) {w=w-1}
f=d%7
e=(d-f)/7 //e is number of week in month
w=w+e-5 //add number of website in week one
return w
}

function pagetop(pagename,nametop,namewidth,update){
document.write("<table cellspacing='0' cellpadding='0' width='100%'><tr><td>")
document.write("<table width='100%' cellspacing='0'><tr><td colspan='2'>")
document.write("<h5>Promoting <i>Quality</i> in Open and Distance Learning")
document.write("</h5></td></tr>")
document.write("<tr><td></td><td align='center'>")
document.write("<table width='"+namewidth+"' align='center' bgcolor=#105448 ")
document.write("cellspacing=1 cellpadding=6>")
document.write("<tr><td bgcolor=white align='center'>")
document.write("<h"+nametop+">"+pagename+"</h"+nametop+"></td>")
document.write("</tr></table></td></tr>")
document.write("<tr><td><font size='1' color=#8C1717><b>ŠODL QC</b></td>")
document.write("<td><table align='center' cellspacing='4' cellpadding='0' ")
document.write("border='0'>")
document.write("<tr><td><a href='map.htm'>")
document.write("<img height='19' width='78' border=0 ")
document.write("src='b-map.gif' alt='sitemap'></a></td>")
document.write("<td><font size='1'>Page last updated:"+update+"</td>")
document.write("<td><a href='index.htm'>")
document.write("<img height='19' width='78' border=0 src='b-home.gif' ")
document.write("alt='home'></a></td>")
document.write("</tr></table></td></tr></table></td>")
document.write("<td align='right' bgcolor=#105448 width='170'>")
document.write("<img align='right' height='116' width='165' border='0' ")
document.write("src='ehlogo.gif' alt=''>")
document.write("</td></tr><tr bgcolor=#A5BDB6>")
document.write("<td colspan='2'><img height='19' border='0' ")
document.write("src='clear1x1.gif' alt=''>")
document.write("</td></tr></table>")
}
