// JavaScript Document
function xit(url)
{
window.open(url);
//alert(url);
}