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 2011 ~ International IT Telecom Exhibition & Conferences ::..  ";
var b = "..:: ITCN Asia 2011 ~ 20 - 22 September 2011 at Karachi Expo Centre - Pakistan ::..  ";
var c = "..:: ITCN Asia 2011 ~ THE BIGGEST INFORMATION TECHNOLOGY & TELECOMMUNICATION Trade Show of Pakistan ::..  ";
var a = "Infomation Technology & Telecom Show Asia, ITCN Asia 2011";
 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);
 }


