<?php

if ($u) {
	header('Content-type: audio/x-gnomoradio');
	print $u;
} else {
	print 'Invalid query';
}

?>
