<!-- Begin

  var d_names = new Array("Sunday", "Monday", "Tuesday",
  "Wednesday", "Thursday", "Friday", "Saturday");
  
  var m_names = new Array("January", "February", "March", 
  "April", "May", "June", "July", "August", "September", 
  "October", "November", "December");
  
  var d = new Date();
  var curr_day = d.getDay();
  var curr_date = d.getDate();
  var sup = "";
  if (curr_date == 1 || curr_date == 21 || curr_date ==31)
     {
     sup = "st";
     }
  else if (curr_date == 2 || curr_date == 22)
     {
     sup = "nd";
     }
  else if (curr_date == 3 || curr_date == 23)
     {
     sup = "rd";
     }
  else
     {
     sup = "th";
     }
  var curr_month = d.getMonth();
  var curr_year = d.getFullYear();
  

document.write('<br><br><font size="4"><b><i><u>Announcements</u></i></b></font><br><br>');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="sidebar"><tr><td align="left"><br>');


/*
document.write('<i><b>Venue/Directions link updated with direction to conference venue (Dec. 21)</b></i><br><br>');
document.write('<i><b>Early Registration deadline extended to Dec. 15</b></i></a> (Nov. 29)<br><br>');
document.write('<a href="./docs/Program-plain.pdf"><i><b>Tehnical program</b></i></a> (Nov. 9)<br><br>');
document.write('<a href="./docs/PhDForumAccepted.pdf"><i><b>List of students accepted in Ph.D. Forum</b></i></a> (Oct. 30)<br><br>');
document.write('<a href="./docs/Accepted-Paper-List.pdf"><i><b>List of Accepted Papers</b></i></a> (Sept. 30)<br><br>');
document.write('<i><b>Registration is now open</b></i></a> (Sept. 28)<br><br>');
document.write('<a href="Workshop.html"><i><b>New Workshop Announced: IWNMA 2011</b></i></a> (Sept. 7)<br><br>');
document.write('<a href="Workshop.html"><i><b>New Workshop Announced: SIPS 2011</b></i></a> (Sept. 1)<br><br>');
document.write('<i><b>Deadline for submission to Ph.D. Forum extended to Sept. 30</b></i></a> (Aug. 31)<br><br>');
document.write('<a href="Workshop.html"><i><b>New Workshop Announced: SESA 2011</b></i></a> (Aug. 20)<br><br>');
document.write('<i><b>Call for Ph.D. Forum participation announced</b></i></a> (July 22)<br><br>');
document.write('<i><b>Paper submission deadline extended to July 15</b></i></a> (July 6)<br><br>');
document.write('<a href="Submissions.html"><i><b>Paper submission link is now open</b></i></a> (June 22)<br><br>');
document.write('<a href="Tutorial.html"><i><b>Call for Tutorial Proposals</b></i></a> (June 1)<br><br>');
document.write('<a href="Workshop.html"><i><b>Call for Workshop Proposals</b></i></a> (May 10)<br><br>');
*/
document.write('2011/12/29<br><b><a href="program.html">Program is updated!</a></b><br><hr><br>');

document.write('2011/12/20<br><b><a href="lecture.html">AK Choudhury Memorial Lecture is available!</a></b><br><hr><br>');

document.write('2011/12/20<br><b><a href="panel.html">Panel Discussion is available!</a></b><br><hr><br>');

document.write('2011/12/12<br><b><a href="workshops.html">Workshop Program is available!</a></b><br><hr><br>');

document.write('2011/11/30<br><b><a href="registration.html">Registration Form Updated!</a></b><br><hr><br>');

document.write('2011/11/17<br><b><a href="docs/ICDCN2012-cfpart.pdf">Call for Participation</a></b><br><hr><br>');

document.write('2011/11/02<br><b><a href="olpay.html">On-line Card Payment System is available!</a></b><br><hr><br>');

document.write('2011/10/04<br><b><a href="hotels.html">Hotel booking forms are available!</a></b><br><hr><br>');

document.write('2011/09/13<br><b><a href="tutorials.html">Tutorials are online!</a></b><br><hr><br>');

/*
document.write('2011/10/05<br><b><a href="camera-ready.html">Final Camera-Ready Submission & Author Registration Instructions Online!</a></b><br><hr><br>');

document.write('2011/10/31<br><b><a href="listphd.html">List of participants accepted in Ph.D. Forum!</a></b><br><hr><br>');

document.write('2011/10/12<br><b><a href="registration.html">Registration Form Available!</a></b><br><hr><br>');

document.write('2011/09/19<br><b>Ph.D. forum extended to October 14, 2011!</b><br><hr><br>');

document.write('2011/09/16<br><b><a href="accepted.html">Acceptance notifications have been sent out!</a></b><br><hr><br>');

document.write('2011/06/28<br><b>Extended deadline (FIRM) now July 15, 2011</b><br><hr><br>');

document.write('2011/03/29<br><b>CFP & Submission instructions online!</b><br><hr><br>');

document.write('2011/02/14<br><b>Website is online!</b><br><hr>');
*/
document.write('</table><br>');



/*
document.write('<font size="4"><b><i><u>WORKSHOPS</u></i></b></font><br><br><br>');
document.write('<p align="center">');
document.write('<b><font size="4"><a href="http://cert.ics.uci.edu/sesa2011/index.html" target="_blank"><i>SESA 2011</i></a></font></b>');
document.write('<br><br><br><b><font size="4"><a href="http://web.mst.edu/~sarangap/SIPS/" target="_blank"><i>SIPS 2011</i></a></font></b>');
document.write('<br><br><br><b><font size="4"><a href="http://www.netlab.net.cn/IWNMA2011/index.html" /target="_blank"><i>IWNMA 2011</i></a></font></b>');
document.write('</p>');
*/


//  End -->

