<!--
OAS_url = 'http://oas.newsquestdigital.co.uk/RealMedia/ads/';
OAS_sitepage = 'www.nqannouncements.co.uk' +  window.location.pathname;
if (OAS_sitepage.charAt(OAS_sitepage.length - 1) == '/')
{
    OAS_sitepage += 'sa-index.asp';
}
OAS_listpos = 'Top,TopRight,Top3,Right,Right1,Right2,Right3,Bottom,Frame1,Frame2,Top2,Bottom2,x60,x61,x62,x63,x64,x65';
OAS_version = 10;
OAS_rn = new String (Math.random());
OAS_rns = OAS_rn.substring (2, 11);
function OAS_NORMAL(pos)
{
    document.write('<a href="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '">');
    document.write('<img src="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '" border="0" alt="Advert" /><'+'/a>');
}
OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1 || navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1)
{
    OAS_version = 10;
}
if (OAS_version >= 11)
{
    document.write('<SCR' + 'IPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '"><\/SCR' + 'IPT>'); 
}
function OAS_AD(pos)
{
    if (OAS_version >= 11)
    {
        OAS_RICH(pos);
    }
    else
    {
        OAS_NORMAL(pos);
    }
}
function do_dp_ad()
{
//compat with m5
}
function createGMTDate()
{
   var tdate = new Date();
   var today = new Date(tdate.toGMTString());
   var w = today.getDay();
   var m = today.getMonth();
   var y = today.getFullYear();
   var d = today.getDate();
   var day = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
   var month = new Array('January','February','March','April','May','June','July','August','September','October','November','December');

   // get a textural representation of the month
   m = month[m];
   w = day[w];

   // format a date string
   var newDate = w + ', ' + d + ' ' + m + ' ' + y;

   // write it to the correct id
   $('#time').html(newDate);
}
//-->