function removeSpaces(string) {
// Removes spaces in string
    var strLength = string.length;
    if (strLength == 0) return string;

    var text = ' ';
    var i = string.indexOf(text);
    if (i == -1) return string;

    var newstr = string.substring(0,i) + '';

    if (i+1 < strLength)
        newstr += removeSpaces(string.substring(i+1,strLength));

    return newstr;
}

 
 // Removes spaces from city and state variables 
 var cityNoSpaces = removeSpaces(preCity); 
 var stateNoSpaces = removeSpaces(preStateFull);
 if (cityNoSpaces == "CentralOhio") cityNoSpaces="";
 if (cityNoSpaces == "CentralNewYork") cityNoSpaces="";
 if (cityNoSpaces == "WestchesterCounty") cityNoSpaces="Westchester";
 if (cityNoSpaces == "WilmingtonRegion") cityNoSpaces="Wilmington";
 if (cityNoSpaces == "Noblesville") cityNoSpaces="Indianapolis";
 if (cityNoSpaces == "MorrisCounty") cityNoSpaces="Morristown";
 if (cityNoSpaces == "St.Cloud") cityNoSpaces="StCloud";
 if (stateNoSpaces == "DistrictofColumbia") stateNoSpaces="DC";
 var jobPlace = stateNoSpaces + "_" + cityNoSpaces + "/";
 if (jobPlace == "Ohio_/") jobPlace = "Ohio/";
 if (jobPlace == "NewYork_/") jobPlace = "NewYork/"; 
 if (jobPlace == "_/") {
 	document.writeln ('<table width=200 border=0 cellspacing=0 cellpadding=1>');
document.writeln ('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://accounting.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '031" class="cb-page-link-small" title="Do the math! Better is bigger!">Accounting Jobs</a></td></tr>');
document.writeln ('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://admin-clerical.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '030" class="cb-page-link-small" title="Ready to skip a few rungs on the corporate ladder?">Administration and Clerical Jobs</a></td></tr>');
document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://banking-finance.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '032" class="cb-page-link-small" title="The rewards of your present job have moved into the &quot;slow pay&quot; category?">Banking & Finance Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://customer-service.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '035" class="cb-page-link-small" title="Potential posts for &quot;people people!&quot;">Customer Service Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://engineering.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '037" class="cb-page-link-small" title="Better and smarter ways to work!">Engineering Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://executive.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '038" class="cb-page-link-small" title="Better ceiling breakers!">Executive Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://gov.careerbuilder.com/?lr=' + local_lr + '" class="cb-page-link-small">Government Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://healthcare.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '039" class="cb-page-link-small" title="Cures for the common job!">Healthcare Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://hospitality.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '040" class="cb-page-link-small" title="Cures for the common job!">Hospitality Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://human-resources.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '041" class="cb-page-link-small" title="Opportunities for opportunity people">Human Resources Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://information-technology.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '042" class="cb-page-link-small" title="A virtual WAN of better jobs!">Information Technology Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://retail.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '045" class="cb-page-link-small" title="This week\'s special: BETTER jobs!">Retail Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://sales-marketing.careerbuilder.com/?lr=' + local_lr + '&siteid=' + local_siteid + '046" class="cb-page-link-small" title="Better places to make your pitch!">Sales and Marketing Jobs</a></td></tr>');
// Close table
document.writeln ('</table>');
}
else {
// Open table
document.writeln ('<table width=200 border=0 cellspacing=0 cellpadding=1>');
document.writeln ('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://accounting.careerbuilder.com/ag.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_AG&lr=' + local_lr + '&siteid=' + local_siteid + '031" class="cb-page-link-small" title="Do the math! Better is bigger!">Accounting Jobs</a></td></tr>');
document.writeln ('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://admin-clerical.careerbuilder.com/ac.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_AC&lr=' + local_lr + '&siteid=' + local_siteid + '030" class="cb-page-link-small" title="Ready to skip a few rungs on the corporate ladder?">Administration and Clerical Jobs</a></td></tr>');
document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://banking-finance.careerbuilder.com/bf.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_BF&lr=' + local_lr + '&siteid=' + local_siteid + '032" class="cb-page-link-small" title="The rewards of your present job have moved into the &quot;slow pay&quot; category?">Banking & Finance Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://customer-service.careerbuilder.com/cs.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_CS&lr=' + local_lr + '&siteid=' + local_siteid + '035" class="cb-page-link-small" title="Potential posts for &quot;people people!&quot;">Customer Service Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://engineering.careerbuilder.com/en.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_EN&lr=' + local_lr + '&siteid=' + local_siteid + '037" class="cb-page-link-small" title="Better and smarter ways to work!">Engineering Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://executive.careerbuilder.com/ex.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_EX&lr=' + local_lr + '&siteid=' + local_siteid + '038" class="cb-page-link-small" title="Better ceiling breakers!">Executive Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://gov.careerbuilder.com/gv.ic/' + jobPlace + '?sc_cmp1=JS_Sub_Loc_GV&lr=' + local_lr + '" class="cb-page-link-small">Government Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://healthcare.careerbuilder.com/hc.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_HC&lr=' + local_lr + '&siteid=' + local_siteid + '039" class="cb-page-link-small" title="Cures for the common job!">Healthcare Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://hospitality.careerbuilder.com/hp.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_HP&lr=' + local_lr + '&siteid=' + local_siteid + '040" class="cb-page-link-small" title="Cures for the common job!">Hospitality Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://human-resources.careerbuilder.com/hr.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_HR&lr=' + local_lr + '&siteid=' + local_siteid + '041" class="cb-page-link-small" title="Opportunities for opportunity people">Human Resources Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://information-technology.careerbuilder.com/it.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_IT&lr=' + local_lr + '&siteid=' + local_siteid + '042" class="cb-page-link-small" title="A virtual WAN of better jobs!">Information Technology Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small">&nbsp;&#149; <a href="http://retail.careerbuilder.com/rt.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_RT&lr=' + local_lr + '&siteid=' + local_siteid + '045" class="cb-page-link-small" title="This week\'s special: BETTER jobs!">Retail Jobs</a></td></tr>');
 document.writeln('<tr><td class="cb-page-link-small" bgcolor="#F1F1F1">&nbsp;&#149; <a href="http://sales-marketing.careerbuilder.com/sm.ic/'+ jobPlace + '?sc_cmp1=JS_Sub_Loc_SM&lr=' + local_lr + '&siteid=' + local_siteid + '046" class="cb-page-link-small" title="Better places to make your pitch!">Sales and Marketing Jobs</a></td></tr>');
// Close table
document.writeln ('</table>');
}