function updateHomeSearchBox(){jQuery('#topRow .leftColumn .searchblock').each(function(){var block=this;if(jQuery('.left',block).length==0){jQuery(block).append('<div class="left"></div><div class="right"></div>');}
jQuery('.searchfields',block).appendTo(jQuery('.left',block));jQuery('.Categories',block).appendTo(jQuery('.left',block));jQuery('.ContractType, .Regions',block).appendTo(jQuery('.right',block));jQuery('.button-container',block).appendTo(jQuery('#topRow .leftColumn .searchblock',block));jQuery('#topRow .leftColumn .linklistblock').appendTo(jQuery(block));});}
function injectCssClasses(){jQuery('#home #middleRow .leftColumn .searchresultsblock:eq(2), #home #middleRow .leftColumn .searchresultsblock:eq(5)').addClass('last');jQuery('#home #middleRow .leftColumn .searchresultsblock:gt(2)').addClass('bottom');}
function fixSmallIssues(){jQuery('#home #bottomRow .leftColumn .displayarticleblock .datefields').prependTo('#home #bottomRow .leftColumn .displayarticleblock');jQuery('#home #bottomRow .leftColumn .displayarticleblock .thumbnail').prependTo('#home #bottomRow .leftColumn .displayarticleblock');jQuery('.joblistblock ul li:last').not('.joblistblock ul li li').addClass('lc');if(jQuery('.jobreactionblock').length==1){var jobreaction=jQuery('.jobreactionblock').clone();jQuery('.displayjob .right').append(jobreaction);}
jQuery('.searchblock div.checkbox, .searchblock div.radiobutton').each(function(){var html=jQuery(this).html();jQuery(this).html('<div class="multipleOpt">'+html+'</div>');jQuery(this).find('label:first').prependTo(this);});jQuery('.surveycontainer .button-container .candyWrapper:first').hide();if(jQuery('.requirededucationlevels .value li').length==1){jQuery('.requirededucationlevels .value li').css('background','none');}}
function showRight(){if(jQuery('.mm_wysiwyg_container').length==0){if(jQuery('#boxTop .block-output').length==0){jQuery('#boxTop').hide();}}}
jQuery(document).ready(function(){updateHomeSearchBox();injectCssClasses();fixSmallIssues();showRight();});
