﻿/*
*	03/16/2011 - This script is no longer being used. 
*
*	Replaced with use of curvycorners.js
*	http://www.curvycorners.net/
*
*	jquery.corner.js has been replaced with curvycorners.js
*
*   This script is used by the left side menu to round the bottom corners
*	using jquery.corner.js

//	$("div#menu_side_5").corner("rounded bl br 20px");
$(document).ready(function(){
	$("#menu_side_5").corner("rounded bl br 20px");
	$('img').corner("rounded 30px");
});

*/

