﻿


function forward() {

    setTimeout('Redirect()', 0);

}
function Redirect() {
    location.href = 'http://www.avalon.com.mk/NOV/index.php';

}

//function newsletter() {
//    document.getElementById('transparentbackground').style.visibility = "visible";
//}
//function newsletterhide() {
//    document.getElementById('transparentbackground').style.visibility = "hidden";
//}

//(function(d) {
//    var js, id = 'facebook-jssdk'; if (d.getElementById(id)) { return; }
//    js = d.createElement('script'); js.id = id; js.async = true;
//    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
//    d.getElementsByTagName('head')[0].appendChild(js);
//} (document));
