Black Hawk College offers classes for health-care professionals and those who want to train for health-care careers.
Upcoming classes include:
• Mental health technician – 5:30-7:30 p.m. Wednesdays, Oct. 4 to Nov. 22. Cost is $525.
• Activities and Programs for the Aging Adult – 5:30-7:30 p.m. Wednesday, Oct. 4. Cost is $45.
• Caregiver Boot Camp – 6-7:30 p.m. Thursday, Oct. 5. Cost is $19.
• Medical receptionist – 6-7:30 p.m. Thursdays, Oct. 5 to Nov. 16. Cost is $225.
• American Heart Association Health Care Provider Training Course (BLS-CPR) – noon until 4 p.m. Friday, Oct. 6. Cost is $59.
Class locations vary. For details or to register, visit www.bhc.edu/health or call Black Hawk College Professional and Continuing Education, 309-796-8223.
if (bShowAd == true) {
// Show advertisement
sHTML += ”
bShowAd = false;
} else {
bShowAd = true;
}
sHTML += ‘
‘;
}
}
} else {
if (this.id == sOriginID) {
// Origin found. Begin displaying assets
bFoundOrigin = true;
} else {
// Origin found is false. Skip asset
// Fail-safe in case origin is not present in set. This can be removed when origin is fixed.
if (bFirstRun == true) {
// Stored first id
sFirstID = this.id;
bFirstRun = false;
} else if (this.id == sFirstID) {
// We’ve started again. Force origin
sOriginID = sFirstID;
bFoundOrigin = true;
} // end Fail-safe
}
}
// Append infinity set to container
$(“#infinite-container”).append(sHTML);
});
// Include block_id on newly added list items
$(‘#infinite-container .infinite-item.original’).each(function() {
var sHref = scrubURL($(this).find(“.card-headline a”).attr(“href”));
// Add to image and headlines links
$(this).removeClass(‘original’)
.find(“.card-headline a, .image a”)
.attr(“href”, sHref + “#tncms-source=infinity-scroll-summary-siderail-latest”);
});
// Check next URL
if (sNextUrl) {
// if origin hasn’t been found yet and we hit next_url. Trigger the set to pull in again.
if (bFoundOrigin == false) {
// No origin yet. Call the populate function
populateInfinitySet(sNextUrl);
} else {
// Append sNextUrl to infinity set
$(“#infinite-container”).append(”);
}
}
// Ad waypoint and handler to insert ads next to summary
$(‘.infinity-ad.empty’).waypoint({
offset: ‘80%’,
handler: function(direction) {
// Kill waypoint
this.destroy();
$(this.element).removeClass(’empty’);
// Create and append ad iframe. Make sure this occurs only once
var newIframe = infinityAd();
if($(this.element).children().length