// JavaScript Document
function GetUrl(typ)
{


 var restr="http://www.fridarestaurant.com/"+typ+"";

 location.href= restr;
}
