/*--------------------------------------------------------------------------*
 * 
 * Copyright (C) 2010 Brand Labs LLC
 * 
 *--------------------------------------------------------------------------*/
var HomepageRedirect={load:function(){try{var regex1=/\/articles\.asp\?id=143[^\d]+/i;var regex2=/\/articles\.asp\?id=143$/i;if((location.href.toLowerCase().indexOf('/articles.asp?id=143')!=-1&&(regex1.test(location.href)||regex2.test(location.href)))||location.href.toLowerCase().indexOf('-a/143.htm')!=-1){location.href='/default.asp';}}catch(e){}}};HomepageRedirect.load();var HomepageAnchorRewrite={load:function(){var anchors=$$('#content_area table tr td table tr td b a[href=//]');if(anchors==null||anchors.length<1){return;}
anchors.each(function(anchor){anchor.writeAttribute('href','/');});}};try{document.observe('dom:loaded',HomepageAnchorRewrite.load);}catch(e){}