
var d=document;var linked=new Array;function linkedEl(id,href){this.id=id;this.href=href;this.setup=function(){if(d.getElementById(this.id)){var el=d.getElementById(this.id);el.style.cursor='pointer';el.onclick=function(){window.location=href;}}}}
function setLinked(){ccBlock=new linkedEl('svc_cc_clickable','/Child-Care-p1004-Find-a-Babysitter-or-Nanny.html');linked.push(ccBlock);tuBlock=new linkedEl('svc_tu_clickable','/Tutoring-p1007-Find-a-Tutor.html');linked.push(tuBlock);pcBlock=new linkedEl('svc_pc_clickable','/Pet-Care-p1005-Find-a-Petsitter.html');linked.push(pcBlock);scBlock=new linkedEl('svc_sc_clickable','/Senior-Care-p1006-Find-a-Caregiver.html');linked.push(scBlock);hkBlock=new linkedEl('svc_hk_clickable','/housekeeping-p1115.html');linked.push(hkBlock);cgBlock=new linkedEl('svc_cg_clickable','/care-gigs-p1146.html');linked.push(cgBlock);asiBlock=new linkedEl('svc_press','/news-p1113.html');linked.push(asiBlock);for(var i=0;i<linked.length;i++){linked[i].setup();}}
addLoadEvent(setLinked);