code.push('<p>There is currently no live webinar. Watch one of the previous webinars from the list below and check the schedule for <a href="/resources/webinars/webinar-upcoming.html">Upcoming Webinars</a>.');
code.push('</div>');
}
var html = code.join('\n');
resultsDiv.html(html);
}
/* Request the webinar feeds from webinarhosting server */
function showLiveWebinars() {
var script = "<script type='text/javascript' src='/resources/webinars/date.js'><\/script>";