if(typeof deconcept=="undefined"){var deconcept=new Object()}if(typeof deconcept.util=="undefined"){deconcept.util=new Object()}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object()}deconcept.SWFObject=function(n,b,o,e,j,l,g,f,d,m,k){if(!document.getElementById){return}this.DETECT_KEY=k?k:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(n){this.setAttribute("swf",n)}if(b){this.setAttribute("id",b)}if(o){this.setAttribute("width",o)}if(e){this.setAttribute("height",e)}if(j){this.setAttribute("version",new deconcept.PlayerVersion(j.toString().split(".")))}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(l){this.addParam("bgcolor",l)}var a=f?f:"high";this.addParam("quality",a);this.setAttribute("useExpressInstall",g);this.setAttribute("doExpressInstall",false);var i=(d)?d:window.location;this.setAttribute("xiRedirectUrl",i);this.setAttribute("redirectUrl","");if(m){this.setAttribute("redirectUrl",m)}};deconcept.SWFObject.prototype={setAttribute:function(a,b){this.attributes[a]=b},getAttribute:function(a){return this.attributes[a]},addParam:function(b,a){this.params[b]=a},getParams:function(){return this.params},addVariable:function(b,a){this.variables[b]=a},getVariable:function(a){return this.variables[a]},getVariables:function(){return this.variables},getVariablePairs:function(){var c=new Array();var b;var a=this.getVariables();for(b in a){c.push(b+"="+a[b])}return c},getSWFHTML:function(){var b="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn")}b='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';b+=' id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'" ';var f=this.getParams();for(var e in f){b+=[e]+'="'+f[e]+'" '}var d=this.getVariablePairs().join("&");if(d.length>0){b+='flashvars="'+d+'"'}b+="/>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX")}b='<object id="'+this.getAttribute("id")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';b+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var c=this.getParams();for(var e in c){b+='<param name="'+e+'" value="'+c[e]+'" />'}var a=this.getVariablePairs().join("&");if(a.length>0){b+='<param name="flashvars" value="'+a+'" />'}b+="</object>"}return b},write:function(b){if(this.getAttribute("useExpressInstall")){var a=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(a)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var c=(typeof b=="string")?document.getElementById(b):b;c.innerHTML=this.getSWFHTML();return true}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}return false}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var d=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var a=navigator.plugins["Shockwave Flash"];if(a&&a.description){d=new deconcept.PlayerVersion(a.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(c){try{var b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");d=new deconcept.PlayerVersion([6,0,21]);b.AllowScriptAccess="always"}catch(c){if(d.major==6){return d}}try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(c){}}if(b!=null){d=new deconcept.PlayerVersion(b.GetVariable("$version").split(" ")[1].split(","))}}return d};deconcept.PlayerVersion=function(a){this.major=a[0]!=null?parseInt(a[0]):0;this.minor=a[1]!=null?parseInt(a[1]):0;this.rev=a[2]!=null?parseInt(a[2]):0};deconcept.PlayerVersion.prototype.versionIsValid=function(a){if(this.major<a.major){return false}if(this.major>a.major){return true}if(this.minor<a.minor){return false}if(this.minor>a.minor){return true}if(this.rev<a.rev){return false}return true};deconcept.util={getRequestParameter:function(a){var d=document.location.search||document.location.hash;if(d){var c=d.substring(1).split("&");for(var b=0;b<c.length;b++){if(c[b].substring(0,c[b].indexOf("="))==a){return c[b].substring((c[b].indexOf("=")+1))}}}return""}};deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return}var c=document.getElementsByTagName("OBJECT");for(var b=0;b<c.length;b++){c[b].style.display="none";for(var a in c[b]){if(typeof c[b][a]=="function"){c[b][a]=function(){}}}}};deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};if(typeof window.onunload=="function"){var a=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();a()}}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs}};if(typeof window.onbeforeunload=="function"){var oldBeforeUnload=window.onbeforeunload;window.onbeforeunload=function(){deconcept.SWFObjectUtil.prepUnload();oldBeforeUnload()}}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload}if(Array.prototype.push==null){Array.prototype.push=function(a){this[this.length]=a;return this.length}}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

var sb=((navigator.appVersion.charAt(0)<4) || ((navigator.appName.indexOf('Netscape')<0) && (navigator.appName.indexOf('Microsoft Internet Explorer')<0)));
function BP()
{
	if (sb)
	{
		this.plat = null;
		this.brow = null;
		return this;
	}
	this.brow = (navigator.appName.indexOf('Microsoft') > -1) ? 'ie' : 'ns';
	return this;
}
bp = new BP();
// document.write('<link href="/style_' + bp.brow + '.css?xyz" REL="styleSheet" TYPE="text/css">');

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function getCookie(NameOfCookie){
	if (document.cookie.length > 0) {
	begin = document.cookie.indexOf(NameOfCookie+"=");
	if (begin != -1) {
	begin += NameOfCookie.length+1;
	end = document.cookie.indexOf(";", begin);
	if (end == -1) end = document.cookie.length;
	return unescape(document.cookie.substring(begin, end));}}
	return null;
}

function setCookie(NameOfCookie, value, expiredays) {
	var ExpireDate = new Date ();
	//ExpireDate.setTime(ExpireDate.getTime() + (expiredays * 5 * 3600 * 1000));
	ExpireDate.setTime(0);
	document.cookie = NameOfCookie + "=" + escape(value) +
	((expiredays == null) ? "" : "; expires=" + ExpireDate.toGMTString());
}

function delCookie (NameOfCookie) {
	if (getCookie(NameOfCookie)) {
		document.cookie = NameOfCookie + "=" + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	var thisWindow;
	thisWindow=window.open(theURL,winName,features);
	thisWindow.moveTo((screen.width-300)/2,(screen.height-200)/3);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

// Man of the year settings
function enable1(){
MM_showHideLayers('manlayer','','show');
}

function disable(){
MM_showHideLayers('manlayer','','hide');
}
function window_daily(c,a,d){var b;b=window.open(c,"poza","width="+a+",height="+d+",scrollbars=no,screenX=0,screenY=0,toolbar=no,location=no,resizable=yes,menubar=no");b.moveTo((screen.width-a)/2,(screen.height-d)/3);b.window.focus()}function today(){var d=new Date();var e=new Array("Duminicã","Luni","Marþi","Miercuri","Joi","Vineri","Sâmbãtã");var a=new Array("Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie");var c=((d.getDate()<10)?"":"")+d.getDate();function b(f){return(f<1000)?f+1900:f}today=e[d.getDay()]+", "+c+" "+a[d.getMonth()]+", "+(b(d.getYear()));document.write("<font class=textmic>"+today+"</font>")}function todaym(){var d=new Date();var e=new Array("Vasárnap","Hétfõ","Kedd","Szerda","Csütörtök","Péntek","Szombat");var a=new Array("Január","Február","Március","Április","Május","Junius","Julius","Augusztus","Szeptember","October","November","December");var c=((d.getDate()<10)?"":"")+d.getDate();function b(f){return(f<1000)?f+1900:f}today=(b(d.getYear()))+" "+a[d.getMonth()]+" "+c+", "+e[d.getDay()];document.write("<font class=textmic>"+today+"</font>")}function emailCheckMultiple(formname,emailfield){var formname;var emailfield;if(eval("document."+formname+"."+emailfield+".value")==""){alert("Bitte tragen Sie Ihre Email-Adresse ein!");return false}var email_list=eval("document."+formname+"."+emailfield+".value");var pl=email_list.split(",");for(var j=0;j<pl.length;j++){var item=pl[j];var returnVal=false;checkVal=0;period=0;count1=0;count2=0;for(var i=0;i<item.length;i++){if(item.substring(i,i+1)=="@"){checkVal=checkVal+1;count1=count1+1}if(item.substring(i,i+1)=="!"){checkVal=checkVal+2;count2=count2+1}if(item.substring(i,i+1)=="."){if(period!=1){checkVal=checkVal+4;period=1}}if(item.substring(i,i+1)==" "){checkVal=8}if(item.substring(i,i+1)==","){checkVal=8}if(item.substring(i,i+1)=='"'){checkVal=8}if(item.substring(i,i+1)=="'"){checkVal=8}}if(checkVal==5||checkVal==6){var p=item.split("@");var r=p[1].split(".");var lungime=(r.length-1);if(p[0].length<1){var ret=1;fout="before @ it must be minim one char"}if(r[0].length<1){var ret=1;fout="before . it must be minim one char"}if(r[lungime].length<2){var ret=1;fout="after . it must be minim 2 chars"}if(r[lungime].length>3){var ret=1;fout="after . it must be maxim 3 chars"}if(ret==1){returnVal=false}else{returnVal=true}}else{if(checkVal==0){fout="Die Email-Adresse ist unvollstaendig !"}}if(checkVal==1){fout="In der Email-Adresse fehlt der Punkt !"}if(checkVal==2){fout="In der Email-Adresse fehlt der Punkt !"}if(checkVal==3){fout="-@- und -!- sind nicht gleichzeitig erlaubt in der Email-Adresse !"}if(checkVal==4){fout="In der Email-Adresse fehlt das -@- !"}if(checkVal==7){fout="-@- und -!- sind nicht gleichzeitig erlaubt in der Email-Adresse !"}if(checkVal>7){fout="In the email addres it is a space or comma or quote !"}if(count1>1){fout="In der Email-Adresse sind mehrere -@- Zeichen !"}if(count2>1){fout="In der Email-Adresse sind mehrere -@- Zeichen !"}if(returnVal==false){alert("Ihre Email-Adresse ist nicht korrekt.\nBitte ueberpruefen Sie Ihre Eingabe.\n\nFehler:\n"+fout)}else{if(p[0].substring(0,4)=="www."){return confirm("are you sure your email address it is:"+item+" ?")}}}return returnVal}function emailCheck(formname,emailfield){var formname;var emailfield;if(eval("document."+formname+"."+emailfield+".value")==""){alert("Introdu o adresa de mail valida!");return false}var item=eval("document."+formname+"."+emailfield+".value");var returnVal=false;checkVal=0;period=0;count1=0;count2=0;for(var i=0;i<item.length;i++){if(item.substring(i,i+1)=="@"){checkVal=checkVal+1;count1=count1+1}if(item.substring(i,i+1)=="!"){checkVal=checkVal+2;count2=count2+1}if(item.substring(i,i+1)=="."){if(period!=1){checkVal=checkVal+4;period=1}}if(item.substring(i,i+1)==" "){checkVal=8}if(item.substring(i,i+1)==","){checkVal=8}if(item.substring(i,i+1)=='"'){checkVal=8}if(item.substring(i,i+1)=="'"){checkVal=8}}if(checkVal==5||checkVal==6){var p=item.split("@");var r=p[1].split(".");var lungime=(r.length-1);if(p[0].length<1){var ret=1;fout="before @ it must be minim one char"}if(r[0].length<1){var ret=1;fout="before . it must be minim one char"}if(r[lungime].length<2){var ret=1;fout="after . it must be minim 2 chars"}if(r[lungime].length>3){var ret=1;fout="after . it must be maxim 3 chars"}if(ret==1){returnVal=false}else{returnVal=true}}else{if(checkVal==0){fout="Introdu o adresa de mail valida!"}}if(checkVal==1){fout="Introdu o adresa de mail valida!"}if(checkVal==2){fout="Introdu o adresa de mail valida!"}if(checkVal==3){fout="Introdu o adresa de mail valida!"}if(checkVal==4){fout="Introdu o adresa de mail valida!"}if(checkVal==7){fout="Introdu o adresa de mail valida!"}if(checkVal>7){fout="Introdu o adresa de mail valida!"}if(count1>1){fout="Introdu o adresa de mail valida!"}if(count2>1){fout="Introdu o adresa de mail valida!"}if(returnVal==false){alert("Introdu o adresa de mail valida!")}else{if(p[0].substring(0,4)=="www."){return confirm("are you sure your email address it is:"+item+" ?")}}return returnVal}function window_news(b){var a;a=window.open(b,"News","width=667,height=550,scrollbars=yes,screenX=0,screenY=0");a.moveTo((screen.width-650)/2,(screen.height-550)/3);a.window.focus()}function window_analysen(b){var a;a=window.open(b,"Analysen","width=780,height=600,scrollbars=yes,screenX=0,screenY=0");a.moveTo((screen.width-780)/2,(screen.height-600)/3);a.window.focus()}function window_termine(b){var a;a=window.open(b,"termine","width=780,height=570,scrollbars=yes,screenX=0,screenY=0");a.moveTo((screen.width-780)/2,(screen.height-570)/3);a.window.focus()}function window_interessantes(b){var a;a=window.open(b,"interes","width=780,height=570,scrollbars=yes,screenX=0,screenY=0");a.moveTo((screen.width-780)/2,(screen.height-570)/3);a.window.focus()}function window_profile(b){var a;a=window.open(b,"profile","width="+(screen.width-40)+",height="+(screen.height-220)+",scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo(20,110);a.window.focus()}function window_addata(b){var a;a=window.open(b,"Addata","width=767,height=550,scrollbars=yes,screenX=0,screenY=0");a.moveTo((screen.width-750)/2,(screen.height-550)/3);a.window.focus()}function window_comdirekt(b){var a;a=window.open(b,"cck","width="+(screen.width-40)+",height="+(screen.height-220)+",scrollbars=yes,screenX=0,screenY=0,toolbar=yes,location=yes,menubar=yes");a.moveTo(20,20);a.window.focus()}function window_new(c,b){var a;a=window.open(c,b,"width=780,height=550,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-780)/2,(screen.height-550)/3);a.window.focus()}function window_picture(d,a,e,c){var b;b=window.open(d,c,"width="+a+",height="+e+",scrollbars=auto,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");b.moveTo((screen.width-a)/2,(screen.height-e)/3);b.window.focus()}function window_picture1(d,a,e,c){var b;b=window.open(d,c,"width="+a+",height="+e+",scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,resizable=yes,menubar=no");b.moveTo((screen.width-a)/2,(screen.height-e)/3);b.window.focus()}function window_picture_max(d,c){var b;var a=(screen.width-20);var e=(screen.height-80);b=window.open(d,c,"width="+a+",height="+e+",scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,resizable=yes,menubar=no");b.moveTo((screen.width-a)/2,(screen.height-e)/4);b.window.focus()}function window_picture_s(d,a,e,c){var b;b=window.open(d,c,"width="+a+",height="+e+",scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,resizable=yes,menubar=no");b.moveTo((screen.width-a)/2,(screen.height-e)/3);b.window.focus()}function window_new1(a,c){var b;b=window.open(a,c,"width=398,height="+(screen.height-220)+",scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");b.moveTo((screen.width-798)/2,10);b.window.focus()}function window_hilfe(b){var a;a=window.open(b,"hilfe",'width=798,height="+(screen.height-220)+",scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no');a.moveTo((screen.width-798)/2,10);a.window.focus()}function conf_delete(a){document.location=a}function chk_delete_ads(a){if(confirm("Willst du wirlich die Anzeige  löschen ?")){conf_delete(a)}}function chk_del_ads(a){if(confirm("Wollen Sie die Anzeige wirklich löschen ?")){conf_delete(a)}}function chk_del_rep(a){if(confirm("Sind Sie sicher? ")){conf_delete(a)}}function window_edit_c(c,b){var a;a=window.open(c,b,"width=350,height=350,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-350)/2,110);a.window.focus()}function window_vot(c,b){var a;a=window.open(c,b,"width=630,height=400,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-798)/2,110);a.window.focus()}function window_new_ken(c,b){var a;a=window.open(c,b,"width="+(screen.width-40)+",height="+(screen.height-220)+",scrollbars=yes,screenX=0,screenY=0,toolbar=yes,location=yes,menubar=yes");a.moveTo(20,40);a.window.focus()}function window_kennzahlen(b){var a;a=window.open(b,"kennzahlen","width="+(screen.width-40)+",height="+(screen.height-220)+",scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo(20,110);a.window.focus()}function window_dcf(c,b){var a;a=window.open(c,b,"width=667,height=550,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-650)/2,(screen.height-550)/3);a.window.focus()}function window_small(b){var a;a=window.open(b,"small","width=667,height=550,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-480)/2,(screen.height-300)/3);a.window.focus()}function window_smaller(b){var a;a=window.open(b,"small","width=550,height=450,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-560)/2,(screen.height-450)/3);a.window.focus()}function window_finz(b){var a;a=window.open(b,"small","width=450,height=150,scrollbars=no,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-460)/2,(screen.height-150)/3);a.window.focus()}function window_shop(c,b){var a;a=window.open(c,b,"width=550,height=350,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-360)/2,(screen.height-350)/3);a.window.focus()}function window_busines(c,b){var a;a=window.open(c,b,"width=400,height=300,scrollbars=yes,screenX=0,screenY=0,toolbar=no,location=no,menubar=no");a.moveTo((screen.width-360)/2,(screen.height-350)/3);a.window.focus()}function openW(c){var b=screen.width;var e=screen.height;if(b>1024){var a=(b-1024)/2;b=1024}else{a=0;b=b-8}if(e==600){e=574}else{e=590}var d="width="+b+",height="+e+",resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=no,location=no";thisWindow=window.open(c,"lollipop_extern",d);thisWindow.moveTo(a,(screen.height-603)/2);thisWindow.window.focus()}function stopErrors(){return true};
function today(){
	var now = new Date();
	var days = new Array('Duminic','Luni','Mari','Miercuri','Joi','Vineri','Smbt');
	var months = new Array('Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie','Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie');
	var date = ((now.getDate()<10) ? "" : "")+ now.getDate();
	function y2k(number){return (number < 1000) ? number + 1900 : number;}
	today =  days[now.getDay()] + ", " + date + " "+ months[now.getMonth()] + " "  + (y2k(now.getYear())) ;
	document.write('<font class=data>'+today+'</font>');
}
 // flash related fix (click to active problem)
 theObjects = document.getElementsByTagName("object");
 for (var i = 0; i < theObjects.length; i++) {
 theObjects[i].outerHTML = theObjects[i].outerHTML;
 }