// JavaScript Document
var domain=window.location.href.match(/:\/\/(.[^/]+)/)[1]+"|";
var len=domain.indexOf('|');
var idx=domain.indexOf('.')+1;
if ( idx >= 5) idx=0;

var the_domain=domain.substr(idx, len-idx).toLowerCase();

// if (window.location.host != '') document.write('<title>Welcome to ' + the_domain + '</title>');
if (window.location.host != '') the_title='<title>Welcome to ' + the_domain + '</title>';

// if (document.referrer != '') document.write('<title>' + the_domain + '</title>');
if (document.referrer != '') the_title='<title>' + the_domain + '</title>';

// document.write("<title>" + domain + idx + the_domain+"</title>");

// document.write("<title>The Panel Pc Place Canada</title>");

