$(document).ready(function() {

	$.ajaxSetup ({
		cache: false
	});


	var pathname = window.location;
	var first = pathname.protocol+'//'+pathname.hostname+'/news/?page_id=218';
//alert(first);

	$('#wp_ajaxy').load(first);

});

// http://www.starlessriver.com/news/?page_id=218
