// JavaScript Document

function lavialink(x1,x2,x3)
{
	var xx = x1 + x2 + x3;
	window.open(xx);
}
