/* 
Javascript for www.gov.ie 

JQuery is required

*/

$(document).ready(function() {
	// add a corner to the topmenu
	$("#topmenu").corner("tl #c0c0c0");
    });