by Kristina Lewis
(Joliet,I.L)
<![CDATA[
function showPreview(id) {
// find all the preview divs
var parts = id.split('_');
var sub = parts[0];
var divs = document.getElementsByTagName('div');
var imagePreviews = [];
for (var i=0, ilen=divs.length; i<ilen; i++) {
var div = divs[i];
if (/(^|s+)imagePreview(s+|$)/.test(div.className)) {
imagePreviews.push(div);
}
}
// hide first and then show to avoid having two previews visible
// at the same time.
//
// hide other previews
for (var i=0, ilen=imagePreviews.length; i<ilen; i++) {
var imagePreview = imagePreviews[i];
var subgroup = new RegExp('preview_'+sub+'_');
if (imagePreview.id.match(subgroup) && imagePreview.id != 'preview_'+id) {
imagePreview.style.display = 'none';
}
}
// show the current preview
for (var i=0, ilen=imagePreviews.length; i
I just had to file for unemployment, but I’m in school only part time (8 Credit hous m,w,f from 8-10:50) Every other day, and weekends, I am available any time to work.
Do You think I’ll still be able to get benefits, if not, what could I do because I live on my own and will be homeless if i don’t have income?
Kristina L
Hi Kristina,
Since you are located in IL, I’ll just direct you to the Illinois Unemployment Law Handbook. The link to it is on this page. The relevant information I think you are looking for begins on page 628 of the handbook.
It would be great if you could come back and post a comment about how you think the information will either help you or hurt you.
Chris