document.write('<link rel="shortcut icon" href="http://www.jamals.com/favicon.ico" type="image/x-icon" />');

function flashFix(o)
{
	document.write(o);
}

function settitle() 
{
var a = "..:: Jamal's Yellow Pages ~ 27 Years of Excellence ::..";
var b = "..:: Jamal's Yellow Pages ~ Pakistan's Largest Online B2B Yellow Page Directory ::..";
var c = "..:: Jamal's Yellow Pages ~ Pakistan's Largest Online B2B Yellow Page Directory ::..";
var d = "..:: Jamal's Yellow Pages ~ Industrial / Commercial Guide of Pakistan ::..";
 var t = new Date();
 s = t.getSeconds();
 if (s == 5) {
 document.title = a;}
 else if (s == 15) {
 document.title = b;}
 else if (s == 25) {
 document.title = c;}
 else if (s == 35) {
 document.title = d;}
 else if (s == 45) {
 document.title = a;}
 else if (s == 55) {
 document.title = b;}
 else if (s == 00) {
 document.title = c;}
 else if (s == 5) {
 document.title = d;}
 setTimeout("settitle()", 1000);
 }


