// JavaScript Document
function newDNS(pg) {
	doRequest('/scripts/newest-dns.php?vpg=' + pg,1);
}

function newTUBE(pg) {
	doRequest('/scripts/newest-tube.php?tpg=' + pg,2);
}

function photoComment(nid) {
	doRequest('/static/scripts/photocomments.php?nid=' + nid,3);
}

function showNews(mytxt) {
	document.getElementById('shownews').innerHTML = mytxt;
};
