/* Minified version of misc.js */

/* matching_columns.js
==============================================================================*/
matchColumns=function(){var divs,contDivs,maxHeight,divHeight,d;divs=document.getElementsByTagName('div');contDivs=[];maxHeight=0;for(var i=0;i<divs.length;i++){if((/\BlockWrapper\b/.test(divs[i].className))||(/\BlockWrapperHome\b/.test(divs[i].className))){d=divs[i];contDivs[contDivs.length]=d;if(d.offsetHeight){divHeight=d.offsetHeight-8;}
else if(d.style.pixelHeight){divHeight=d.style.pixelHeight-8;}
maxHeight=Math.max(maxHeight,divHeight);}}
for(var i=0;i<contDivs.length;i++){contDivs[i].style.height=maxHeight+"px";}}
init=function(){if(document.getElementsByTagName){matchColumns();}}
/* time.js
==============================================================================*/
function tS(offset){x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours()+offset,tN().getUTCMinutes(),tN().getUTCSeconds());x.setTime(x.getTime()+0);return x;}
function tN(){return new Date;}
function lZ(x){return(x>9)?x:"0"+x;}
function y2(x){x=(x<500)?x+1900:x;return String(x).substring(2,4);}
function dT(){if(fr==0){fr=1;document.write("<li>London<span id=\"tP1\">"+eval(oT1)+"</span></li>");document.write("<li>Cairo<span id=\"tP2\">"+eval(oT2)+"</span></li>");document.write("<li>Buenos Aires<span id=\"tP3\">"+eval(oT3)+"</span></li>");}
document.getElementById("tP1").innerHTML=eval(oT1);document.getElementById("tP2").innerHTML=eval(oT2);document.getElementById("tP3").innerHTML=eval(oT3);setTimeout("dT()",1000);}
var dN=new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat"),fr=0;var off1=0;var off2=2;var off3=-2;var oT1="'  '+lZ(tS("+off1+").getDate())+' '+lZ((tS("+off1+").getMonth()+1))+' '+y2(tS("+off1+").getYear())+' '+lZ(tS("+off1+").getHours())+':'+lZ(tS("+off1+").getMinutes())+':'+lZ(tS("+off1+").getSeconds())+' '";var oT2="'  '+lZ(tS("+off2+").getDate())+' '+lZ((tS("+off2+").getMonth()+1))+' '+y2(tS("+off2+").getYear())+' '+lZ(tS("+off2+").getHours())+':'+lZ(tS("+off2+").getMinutes())+':'+lZ(tS("+off2+").getSeconds())+' '";var oT3="'  '+lZ(tS("+off3+").getDate())+' '+lZ((tS("+off3+").getMonth()+1))+' '+y2(tS("+off3+").getYear())+' '+lZ(tS("+off3+").getHours())+':'+lZ(tS("+off3+").getMinutes())+':'+lZ(tS("+off3+").getSeconds())+' '";
/* time2.js
==============================================================================*/
function tS(){x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours(),tN().getUTCMinutes(),tN().getUTCSeconds());x.setTime(x.getTime()+0);return x;}
function tN(){return new Date();}
function lZ(x){return(x>9)?x:'0'+x;}
function y2(x){x=(x<500)?x+1900:x;return String(x).substring(2,4)}
function dT(){if(fr==0){fr=1;document.write('<span id="tP">'+eval(oT)+'</span>');}document.getElementById('tP').innerHTML=eval(oT);setTimeout('dT()',1000);}
var dN=new Array('Sun','Mon','Tue','Wed','Thu','Fri','Sat'),fr=0,oT="' '+lZ(tS().getDate())+'.'+lZ((tS().getMonth()+1))+'.'+y2(tS().getYear())+' '+lZ(tS().getHours())+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())+' '";
