document.write('<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />');

function flashFix(o){document.write(o)}

function settitle() {
var d = "..:: ITCN Asia 2010 ~ International Exhibition & Conferences ::..  ";
var b = "..:: ITCN Asia 2010 ~ 3 - 5 August 2010 at Karachi Expo Centre - Pakistan ::..  ";
var c = "..:: ITCN Asia 2010 ~ THE BIGGEST IT & TELECOM Extravaganza of Pakistan ::..  ";
var a = "..:: ITCN Asia 2010 ~ Infomation Technology & Telecommunication Show Asia ::..  ";
 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);
 }

