Milwaukee Press Club Newsmaker Luncheon to feature State Health Officer
// =6 && document.compatMode!=”BackCompat”);
var docelem = (bNew) ? document.documentElement : document.body;
var scrollY=docelem.scrollTop, scrollX=docelem.scrollLeft;
var my=pcy+scrollY, mx=pcx+scrollX, mby=docelem.clientHeight+scrollY, mbx=docelem.clientWidth+scrollX;
if(my>mby) my=mby;
if(mymbx) mx=mbx;
if(mxpcy)
skype_menu.style.top=(my-obj.clientHeight)-(mbrd.bottom-pcy);
} else {
skype_menu.style.top=my+obj.clientHeight;
}
// pose the frame right under the tooltip
skype_frame.style.left=skype_menu.style.left;
skype_frame.style.top=skype_menu.style.top;
skype_frame.style.height=skype_menu.clientHeight+2;
skype_frame.style.width=skype_menu.clientWidth+2;
skype_frame.style.display=”block”;
}
function skype_tb_hideHintWait() {
if(!skype_menu)
return;
skype_hintActive=false;
setTimeout(‘skype_tb_hideHint(false);’,1000);
}
function skype_tb_hideHint(force) {
if(!force && skype_hintActive)
return;
skype_hintActive=false;
if(skype_menu) {
document.body.removeChild(skype_menu);
skype_menu=null;
}
if(skype_frame) {
document.body.removeChild(skype_frame);
skype_frame=null;
}
skype_tb_tool.HideDropdownMenu();
}
function skype_tb_setBack(obj,color) {
if(obj && obj.tagName==’TR’)
obj.lastChild.style.backgroundColor = color;
}
function skype_tb_onDropOver(obj) {
skype_hintActive=true;
skype_tb_setBack(obj,”#DFDFDF”);
}
function skype_tb_onDropOut(obj) {
skype_tb_hideHintWait();
skype_tb_setBack(obj,””);
}
function skype_tb_doRunCMD(link,id,obj,lvl) {
var x=0, y=0, z=0;
if(obj) {
var pos=skype_tb_calcDropPos(obj,lvl); x=pos[0]; y=pos[1]; z=pos[2];
}
document.location.href=”about:blank”+”/skype_tb/”+link+”/”+id+”/”+x+”/”+y+”/”+z;
}
function skype_tb_runCMD(link) {
skype_tb_hideHint(true);
skype_tb_doRunCMD(link,skype_curid,null);
}
function skype_tb_doHandleChdial(obj,edyn,id,lvl) {
if(event)
event.cancelBubble = true;
// if(edyn)
skype_tb_doRunCMD(‘chdial’,id,obj,lvl);
// else
// skype_tb_showFlagHint(obj,id);
}
function skype_tb_calcDropPos(obj,lvl) {
return skype_tb_calcObjPos(obj,lvl,’skype_tb_droppart’);
}
function skype_tb_calcSpanPos(obj,lvl) {
return skype_tb_calcObjPos(obj,lvl,’softomate_highlig’);
}
function skype_tb_calcObjPos(obj,lvl,prefix) {
if(!event)
return Array(0,0,0);
var objPos=event.srcElement;
var brd=objPos.getBoundingClientRect();
var cx=event.clientX-brd.left, cy=event.clientY-brd.top;
var sx=event.screenX-cx, sy=event.screenY-cy;
while(objPos.id.substr(0,17) != prefix) {
var brd1=objPos.getBoundingClientRect();
objPos=objPos.parentElement;
var brd2=objPos.getBoundingClientRect();
sx+=brd2.left-brd1.left;
sy+=brd2.top-brd1.top;
}
//Maq: need normal resolve
var attr=0;//objPos.getAttribute(‘IamRTL’)
var brd=objPos.getBoundingClientRect();
var h=brd.bottom-brd.top;
sy+=h;
return Array(sx,sy,1,attr);
}
function doSkypeFlag(obj,id,state,edyn,fw,fax) {
var fobj=obj.all[‘skype_tb_img_f’+id];
if(!fobj)
return;
switch(state) {
case 0: // inactive
fobj.className=’skype_tb_imgFlag’;
obj.parentElement.all[‘skype_tb_img_r’+id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_r.compat’+(fax?’_fax’:”)+’.gif)’;
skype_overflag=false;
break;
case 1: // active
fobj.className=’skype_tb_imgFlagAct’;
obj.parentElement.all[‘skype_tb_img_r’+id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_ra.compat’+(fax?’_fax’:”)+’.gif)’;
obj.style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_a.compat.flex.w’+fw+’.gif)’;
skype_overflag=true;
break;
case 2: // pushed
// if(edyn) {
obj.style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/pushed_a.compat.flex.w’+fw+’.gif)’;
skype_overflag=true;
// }
break;
}
}
function skype_tb_imgOnOff(mobj,state,id,bflex,fw,nof,fax) {
if(mobj) {
var dobj=mobj.all[‘skype_tb_droppart_’+id];
switch(state) {
case 0: // inactive
if(dobj)
dobj.style.backgroundImage=(bflex)?’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/inactive_a.compat.flex.w’+fw+’.gif)’:’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/inactive_a.compat.stat.w’+fw+’.gif)’;
mobj.all[‘skype_tb_img_s’+id].style.backgroundImage=(bflex)?’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/inactive_s’+nof+’.compat.gif)’:’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/inactive_s_stat’+nof+’.compat.gif)’;
mobj.all[‘skype_tb_text’ +id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/inactive_m.compat.gif)’;
mobj.all[‘skype_tb_img_r’+id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/inactive_r.compat’+(fax?’_fax’:”)+’.gif)’;
skype_overflag=false;
break;
case 1: // active
if(dobj && (!skype_overflag || !bflex))
dobj.style.backgroundImage=(bflex)?’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_a.compat.flex.w’+fw+’.gif)’:’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_a.compat.stat.w’+fw+’.gif)’;
mobj.all[‘skype_tb_img_s’+id].style.backgroundImage=(bflex)?’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_s’+nof+’.compat.gif)’:’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_s_stat’+nof+’.compat.gif)’;
mobj.all[‘skype_tb_text’ +id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_m.compat.gif)’;
if(!skype_overflag)
mobj.all[‘skype_tb_img_r’+id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/active_r.compat’+(fax?’_fax’:”)+’.gif)’;
break;
case 2: // pushed
if(!skype_overflag) {
if(dobj)
dobj.style.backgroundImage=(bflex)?’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/pushed_a.compat.flex.w’+fw+’.gif)’:’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/pushed_a.compat.stat.w’+fw+’.gif)’;
mobj.all[‘skype_tb_img_s’+id].style.backgroundImage=(bflex)?’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/pushed_s’+nof+’.compat.gif)’:’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/pushed_s_stat’+nof+’.compat.gif)’;
mobj.all[‘skype_tb_text’ +id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/pushed_m.compat.gif)’;
mobj.all[‘skype_tb_img_r’+id].style.backgroundImage=’url(file://C:/DOCUME~1/Joette/LOCALS~1/Temp/__SkypeIEToolbar_Cache/e70d95847a8f5723cfca6b3fd9946506/static/pushed_r.compat’+(fax?’_fax’:”)+’.gif)’;
}
break;
}
}
if(state != 1)
skype_tb_hideHintWait();
}
function skype_tb_checkVis(obj) {
// count fully hidden as visible (??)
if(!obj || obj.parentElement==obj.document.body)
return true;
var brd=obj.getBoundingClientRect();
var brdPar=obj.parentElement.getBoundingClientRect();
//alert(‘brd.top=’ + brd.top + ‘; brdPar.bottom=’ + brdPar.bottom + ‘; brdPar.right=’ + brdPar.right + ‘; brd.right=’ + brd.right);
//var vis = (brd.top=-3);
var vis = (brd.top=0);
// additional check if durex info is available
if(vis)
try {
var durex=obj.getAttribute(“durex”);
if(durex != null && durex > 0)
{
//vis = (brd.top=-3);
vis = (brd.top=0);
}
} catch(e) {
}
return vis;
}
function skype_tb_checkVisFull(obj) {
if(!obj || obj.parentElement==obj.document.body)
return true;
var brd=obj.getBoundingClientRect();
var brdPar=obj.parentElement.getBoundingClientRect();
var vis=(brd.bottom<=brdPar.bottom);
return vis;
}
function skype_tb_swapSpansIfNeed(obj,cid) {
var tobj=obj.all['skype_tb_text'+cid],
robj=obj.all['skype_tb_img_r'+cid];
var tbrd=tobj.getBoundingClientRect(),
rbrd=robj.getBoundingClientRect();
var cst=obj.currentStyle.direction;
obj.setAttribute('IamRTL','0')
if(cst=="ltr" && tbrd.left<=rbrd.left)
return;
// swap internal spans
obj.setAttribute('IamRTL','1')
var cl=obj.childNodes.length;
for(var i=0; i<cl/2; ++i) {
var cobj=obj.childNodes[i];
var swobj=obj.childNodes[cl-1-i];
cobj.swapNode(swobj);
}
}
function skype_tb_makeVisOne(curspan) {
var s0='',s1='',ss='';
var cid=curspan.id.substring(20,curspan.id.length);
skype_tb_swapSpansIfNeed(curspan,cid);
if(skype_tb_checkVis(curspan))
return;
var txtobj=curspan.all['skype_tb_innerText'+cid];
ss=txtobj.innerText;
while(txtobj) {
s0=txtobj.innerText;
s1=s0.substr(0,s0.length/2) + '…';
txtobj.innerText=s1;
if(s0==s1 || skype_tb_checkVis(curspan))
break;
}
// return text back if still not visible and text is the shortest
// 2.2.0.101 Maq: Disabled. Now: if not visible, its stay as shortest
// if(s0==s1 && !skype_tb_checkVis(curspan))
// txtobj.innerText=ss;
// remove the injection fully if full visibility has not been reached
if(!skype_tb_checkVisFull(curspan)) {
var txt=curspan.context;
curspan.outerHTML=txt;
}
}
function skype_tb_makeVisAll() {
var allspans=document.body.getElementsByTagName("SPAN");
for(var i=0;i
MILWAUKEE, WI – May 18, 2009. Seth Foldy, MD, MPH, State Health Officer and Administrator of the Division of Public Health will be the featured guest of a Milwaukee Press Club Newsmaker Luncheon on Monday, June 1. The public is invited to attend the Newsmaker Luncheon, which will include a discussion between Foldy and a panel of local journalists.
Foldy will discuss the recent outbreak of the H1N1 influenza virus and how Wisconsin health officials are preparing for its possible resurgence in the next flu season. He also will take questions from the audience.
The luncheon will be held on Monday, June 1, from noon to 1:30 p.m. at the Newsroom Pub, 137 E. Wells Street.
The Milwaukee Press Club’s Newsmaker Luncheon Series is sponsored by Journal Communications and the Milwaukee Journal Sentinel.
The Press Club presents the Newsmaker Luncheons monthly to shed light on issues of the day. The public is invited to attend the luncheons. The cost to attend is $15 for MPC members, $20 for non-members, $10 for students. Lunch is included. Pre-registration and advance payment is required and may be done online at www.milwaukeepressclub.org. Checks may be mailed to the MPC at PO Box 176, North Prairie, WI 53153-0176. Cancellations will be accepted up to 48 hours in advance for a full refund. Please contact Joette Richards at the Milwaukee Press Club at milwaukeepressclub@gmail.com with any questions; or to pay by credit card, call 262-894-2224.