// conflict handling because prototype is already loaded
var $j = jQuery.noConflict();

// ajax setup
$j.ajaxSetup({ type: "POST" });
