function BS(s, f, e, d, t, tg)
{
     st = pst = tst1 = tst2 = tst3 = '';
	pst += 'mai'; 	st += f + s;
     tst1 += '<a hr'; st += '@';
	pst += 'lto:'; st += d + '.';
	tst1 += 'ef="'; tst2 += '">';
	st += e;
	if (t)
     {
          tst2 = '" ti'; tst2 += 'tle="';
          tst2 += st + tst2 + '">';
	}
     tst3 = '</'+'a'+'>';
     if (tg)
     {
		document.write(tst1 + pst + st + tst2 + st + tst3);
     }
     else
     {
		document.write(st);
	}
}
