/* -----------------------------------------------------

* Filename: utility.js
* Description: general scripts
* Version: 1.0.0 (2009.09.17)
* Website: www.blueridgewireless.com
* Author: Dana Severance @ Automatit, Inc

-------------------------------------------------------*/

$(function(){
	// ready the corner script
	$("#form").corner();
});