

<!-- begin
// global variables
var id,pause=0,position=0;
function banner() {
        // variables declaration
        var i,k,msg;
	msg="   Novosti in obvestila najdete v novicah  "

        // increase msg
        k=(66/msg.length)+1;
        for(i=0;i<=k;i++) msg+=" "+msg;

        // show it to the window
        document.form.banner.value=msg.substring(position,position+131);

        // show it to the status bar
        // window.status=msg.substring(position,position+110);

        // set new position
        if(position++==document.form.message.value.length) position=0;

        // repeat at entered speed 
        id=setTimeout("banner()",1000/5); }
// End -->
function fokusiraj() {
        document.prvi.tekst1.focus();
        return;
}

function Poslji(form) {
	Subject=document.obrazec.o1.value;
	CC=document.obrazec.o2.value;
	BCC=document.obrazec.o3.value;
	location="mailto:aspazija@email.si?subject="+subjekt+"&bcc="+BCC+"%cc="+CC;
	return true;
}
