$(document).ready(function(){
});

function go_to (target, href)
{
	try { target.location = href; } 
	catch (e) { }
}