// JavaScript Document

$(document).ready(function(){
$(".subSecNav").hide();
		
$(".topNav").hover(
      function () {
        $(this).find('ul').slideDown("fast");
      }
    );

   $(function($) {
      var options = {
        utc: true
      }
      $('#time').jclock(options);
    });

var theLinks=$('#twitterNews li a');
//$(theLinks).find('a').prettyDate();
//$(theLinks).prettyDate();
//$.format.date("2009-12-18 10:54:50.546", "dd/MM/yyyy");
//alert($.format.date("Wed Jan 13 10:43:41 CET 2010", "dd~MM~yyyy"));
});
