function GetChunk( off,k ) { if(off==15&&10==k)return 'i'+'ndustrialsoap';if(off==29&&2==k)return 'r'+'morrison';if(off==58&&9==k)return 'com';if(off==29&&5==k)return 'cgoliday';if(off==58&&4==k)return 'c'+'om';if(off==29&&8==k)return 'pamoroso';if(off==58&&5==k)return 'c'+'om';if(off==58&&11==k)return 'com';if(off==58&&7==k)return 'com';if(off==15&&3==k)return 'industrialsoap';if(off==15&&5==k)return 'industrialsoap';if(off==58&&10==k)return 'c'+'om';if(off==29&&10==k)return 'mshapiro';if(off==15&&4==k)return 'i'+'ndustrialsoap';if(off==58&&3==k)return 'com';if(off==58&&8==k)return 'com';if(off==15&&9==k)return 'i'+'ndustrialsoap';if(off==29&&15==k)return 's'+'shapiro';if(off==29&&9==k)return 'r'+'lavite';if(off==58&&15==k)return 'c'+'om';if(off==15&&2==k)return 'industrialsoap';if(off==15&&15==k)return 'industrialsoap';if(off==15&&11==k)return 'industrialsoap';if(off==29&&3==k)return 'c'+'hefner';if(off==29&&4==k)return 'c'+'towler';if(off==29&&11==k)return 'badams';if(off==15&&7==k)return 'i'+'ndustrialsoap';if(off==58&&2==k)return 'c'+'om';if(off==29&&7==k)return 'mballard';if(off==15&&8==k)return 'industrialsoap';} function GetThisThing( name ) { name=name.replace(/%20/gi,' ' );if ( name == 'ron morrison' ) return GetChunk( 29,2 ) + '@' + GetChunk( 15,2 ) + '.' + GetChunk( 58,2 );if ( name == 'rhonda lavite' ) return GetChunk( 29,9 ) + '@' + GetChunk( 15,9 ) + '.' + GetChunk( 58,9 );if ( name == 'clee goliday' ) return GetChunk( 29,5 ) + '@' + GetChunk( 15,5 ) + '.' + GetChunk( 58,5 );if ( name == 'pat amoroso' ) return GetChunk( 29,8 ) + '@' + GetChunk( 15,8 ) + '.' + GetChunk( 58,8 );if ( name == 'mark shapiro' ) return GetChunk( 29,10 ) + '@' + GetChunk( 15,10 ) + '.' + GetChunk( 58,10 );if ( name == 'becky adams' ) return GetChunk( 29,11 ) + '@' + GetChunk( 15,11 ) + '.' + GetChunk( 58,11 );if ( name == 'steven shapiro' ) return GetChunk( 29,15 ) + '@' + GetChunk( 15,15 ) + '.' + GetChunk( 58,15 );if ( name == 'cindy towler' ) return GetChunk( 29,4 ) + '@' + GetChunk( 15,4 ) + '.' + GetChunk( 58,4 );if ( name == 'michelle ballard' ) return GetChunk( 29,7 ) + '@' + GetChunk( 15,7 ) + '.' + GetChunk( 58,7 );if ( name == 'ceal hefner' ) return GetChunk( 29,3 ) + '@' + GetChunk( 15,3 ) + '.' + GetChunk( 58,3 );} function FixEMS() { var links = document.getElementsByTagName('a'); var i; for ( i = 0; i < links.length; i++ ){ var link = links[i]; if ( link.href.substr(0,7).toLowerCase() == 'ma'+'il'+'to:' ){ var newLink = GetThisThing( link.href.substr(7).toLowerCase() ); if(newLink){ link.href = 'm' + 'a'+'i' + 'l' + 'to:' + newLink; } } } } Event.observe( window , 'load' , FixEMS );