(Flickr/Araceli Arroyo)
Mayoral candidates have to look at what the city needs to do for Chicago's families.
Every Monday, Eight Forty-Eight looks at some of the issues facing Chicago’s next mayor. It's just over a week away from the 2011 municipal election, so as people weigh their final choices – on this Mayor Monday, the show decided to go inside one unit of power – the family.
Every candidate running for mayor says we need to look at the city from a neighborhood level. But what if we view things from the perspective of a typical Chicago family? What are the most pressing issues that face families in the city? And what can a new mayor do to solve them?
To find out, Eight Forty-Eight was joined by two people with some thoughts on the topic: Rebecca Sive is a women’s issues strategist and Huffington Post contributor. And John Fountain is a columnist with the Chicago Sun-Times, a journalism professor at Roosevelt University and the author of Dear Dad: Reflections on Fatherhood.
";
if (ad) {
splashAd(ad);
setInterval(timer, 1000);
// Change value of the cookie so script doesn't run next pageload.
setCookie('wbezSplash', 2, 1)
}
}
function splashAd() {
//build the display area
$('
')
.css({
'position' : 'fixed',
'top' : '100px',
'left' : '300px',
'height' : '500px',
'width' : '700px',
'padding' : '10px',
'background-color' : 'white'
})
.appendTo('#page');
// Add link to skip the ad.
$('
Skip This Ad 10
')
.css({
'text-align' : 'right',
'cursor' : 'pointer'
})
.appendTo('#placeholder');
$('#skip-ad').click(function() {
$('#splash-ad').hide();
});
$('
').html(ad).appendTo('#placeholder');
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1327426452883-0'); });
}
function timer(){
var time = $('#time').text();
time--;
if(time >= 0){
$('#time').text(time);
}
if(time == 0){
$('#splash-ad').hide();
}
}
}
//Cookie Handling Functions -- from http://www.w3schools.com/js/js_cookies.asp
// Date setting modified
function setCookie(c_name, value, exdays) {
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
exdate.setUTCHours('00');
exdate.setUTCMinutes('00');
exdate.setUTCSeconds('00');
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
function getCookie(c_name) {
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i