function changeWindow(orgEntityID) { 
var r=confirm("Please note that the quality of the webcast will depend on your PC’s memory and internet connection bandwidth." + '\n\n' + "PORT MACQUARIE-HASTINGS COUNCIL MEETING DISCLAIMER" + '\n' + "Council accepts no liability for any defamatory remarks which are made during the course of any Council meeting which is open to the public."  + '\n\n' + "If you agree please click OK, if you do not agree click cancel.");
if (r==true)
{
window.open('http://councils.apstream.net/council/public/playerVer/player.asp?OrgEntity='
+
orgEntityID,'Request','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=622,height=368'); 
}
}