<!--
var ajax = new sack();

function smh(str) {
	var oby = document.getElementById('rxw');
	oby.innerHTML = str;
}
function c_fdx() {
	if (document.getElementById('rxw') != null) {
		var obx = document.getElementById('rxw');
		var final_output = ajax.response;
		if (final_output != 'undefined') {
			if (final_output != null) {
				obx.innerHTML = '<img style="vertical-align:bottom" src="http://3dup.com/images/upd.gif" border="0" width="10" height="10" alt="">';
				setTimeout('smh(\'' + final_output + '\');', 180);
			}
			else {
				setTimeout('smh(\'0\');', 180);
			}
		}
		else {
			setTimeout('smh(\'0\');', 180);
		}
	}
}
function g_fdx(n_fdx) {
	ajax.requestFile = n_fdx;
	ajax.onCompletion = c_fdx;
	ajax.runAJAX();
}
function s_fdx(idx) {
	g_fdx('/news/' + idx + '.vfx');
}
//-->

