function w_getDate(){
var d = new Date();
//document.write(d.getYear());
//return d.getYear()
}

function newwin(url){
popupWin = window.open(url,'newwindow','width=605,height=360,screenX=20,left=20,screenY=30,top=100,resizable=yes,scrollbars=yes');
return false;
}

function disp_alert_news()
{
alert("Please be aware that by clicking on to these links you will be presented with articles produced by Citywire. Please note Encompass Financial Management are not responsible for the information contained within the linked articles accessible from this page, or the content of the website you will be transferred to.")
}

function disp_alert()
{
alert("Please be aware that by clicking on to the above links you are leaving the Encompass website. Please note that Encompass Financial Management is not responsible for the accuracy of the information contained within the linked site(s) accessible from this page.")
}

