var cCMX ="1"; var cMLPNA ="3"; var cMSP ="6"; var cLHRMA ="9"; var cPMAWM = "12"; var cGRSTAR = "13"; var cIntertechie = "14"; var cAHRM = "15"; var cMSHRM = "16"; var cJQ99 = "17"; SkinID ="1"; if (SkinID =="") { SkinID = GetCookie("code"); } document.cookie ="code=" + SkinID; switch(SkinID) { case cCMX: RemoteID = "1"; SiteName ="CareerMatrix.com"; break; case cMLPNA: RemoteID ="14"; SiteName ="Michigan LPN Association"; break; case cMSP: RemoteID ="20"; SiteName ="Michigan Start Pages"; break; case cLHRMA: RemoteID ="23"; SiteName ="Lakeshore Human Resource Management Association"; break; case cPMAWM: RemoteID ="26"; SiteName ="Property Management Association of West Michigan"; break; case cGRSTAR: RemoteID ="27"; SiteName ="GRStar"; break; case cIntertechie: RemoteID = "28"; SiteName = "Intertechie.com"; break; case cAHRM: RemoteID = "29"; SiteName = "Association of HR Managers"; case cMISHRM: RemoteID = "30"; SiteName = "Michigan Council of SHRM"; case cJQ99: RemoteID = "31"; SiteName = "JQ 99" default: RemoteID = "1"; SiteName ="CareerMatrix.com"; break; } if (SkinID == cCMX) { document.write (''); document.write (''); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write ('
'); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write ('
Contact Us  
'); document.write ('
'); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write ('
Find JobsPost ResumeFAQMichigan RSS Job FeedsJob FeedJobs: 337  
'); document.write ('
'); } else { document.write (''); document.write (''); document.write (''); document.write (''); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write ('
'); document.write (' '); document.write (' Career Home'); document.write (' '); document.write (' '); document.write (' |'); document.write (' '); document.write (' '); document.write (' '); document.write (' Search'); document.write (' '); document.write (' |'); document.write (' '); document.write (' '); document.write (' '); document.write (' Sign up'); document.write (' '); document.write ('  '); document.write (' '); document.write ('  '); document.write ('  '); document.write (' '); document.write (' Jobs Available: 337'); document.write (' '); document.write ('
 '); document.write (' '); document.write (' '); document.write (' Details...'); document.write (' '); document.write (' '); document.write ('
'); } function GetCookie(cookiename) { var cookiestring=""+document.cookie; var index1=cookiestring.indexOf(cookiename); if (index1==-1 || cookiename=="") return""; var index2=cookiestring.indexOf(';',index1); if (index2==-1) index2=cookiestring.length; return unescape(cookiestring.substring(index1+cookiename.length+1,index2)); } // end GetCookie()