// DHTML & javscript implementation for SimplyGiving

// make sure we can use both jQuery and prototype
jQuery.noConflict();

//===== START: SimplyGiving jQuery Scripts =====//
jQuery(document).ready(function () {
	
});
//===== END: SimplyGiving jQuery Scripts =====//


//===== START: misc function =====//
	// do nothing
	function foo() {};
//===== END: misc function =====//
