$(function(){
	$('div.demo').corner("bottom");
});
$(function(){
	$('div.options').corner("round 10px");
	});
$(function(){	// shorthand for $(document).ready() BTW
	$('form.options2').corner("round 10px");
	});
$(function(){	// shorthand for $(document).ready() BTW
	$('form.options3').corner("round 10px");
  $('div.options3').corner("round 10px");
	});
