function open_page(targetlocation)
{
        return window.open(targetlocation);
}

$(document).ready(function(){
	$('#kites_ob').html("loading box ...");
	$.get("kites_ob/php/proxy.php?ref=kitespace&mode=1&chars=20&display_nick=1", function(data){
		$('#kites_ob').html(data);
	});
});
