function GetChunk( off,k ) { if(off==46&&9==k)return 'i'+'ndustrialsoap';if(off==46&&5==k)return 'i'+'ndustrialsoap';if(off==46&&10==k)return 'i'+'ndustrialsoap';if(off==1&&7==k)return 'c'+'om';if(off==38&&8==k)return 'p'+'amoroso';if(off==38&&5==k)return 'c'+'goliday';if(off==46&&7==k)return 'i'+'ndustrialsoap';if(off==1&&15==k)return 'c'+'om';if(off==38&&4==k)return 'c'+'towler';if(off==1&&4==k)return 'com';if(off==46&&11==k)return 'i'+'ndustrialsoap';if(off==46&&15==k)return 'i'+'ndustrialsoap';if(off==46&&2==k)return 'industrialsoap';if(off==1&&11==k)return 'c'+'om';if(off==38&&15==k)return 's'+'shapiro';if(off==1&&3==k)return 'com';if(off==38&&3==k)return 'c'+'hefner';if(off==1&&2==k)return 'com';if(off==46&&4==k)return 'i'+'ndustrialsoap';if(off==38&&7==k)return 'm'+'ballard';if(off==1&&5==k)return 'c'+'om';if(off==46&&3==k)return 'i'+'ndustrialsoap';if(off==38&&9==k)return 'r'+'lavite';if(off==38&&10==k)return 'm'+'shapiro';if(off==38&&2==k)return 'r'+'morrison';if(off==1&&9==k)return 'c'+'om';if(off==1&&10==k)return 'com';if(off==46&&8==k)return 'industrialsoap';if(off==1&&8==k)return 'com';if(off==38&&11==k)return 'b'+'adams';} function GetThisThing( name ) { name=name.replace(/%20/gi,' ' );if ( name == 'rhonda lavite' ) return GetChunk( 38,9 ) + '@' + GetChunk( 46,9 ) + '.' + GetChunk( 1,9 );if ( name == 'clee goliday' ) return GetChunk( 38,5 ) + '@' + GetChunk( 46,5 ) + '.' + GetChunk( 1,5 );if ( name == 'steven shapiro' ) return GetChunk( 38,15 ) + '@' + GetChunk( 46,15 ) + '.' + GetChunk( 1,15 );if ( name == 'cindy towler' ) return GetChunk( 38,4 ) + '@' + GetChunk( 46,4 ) + '.' + GetChunk( 1,4 );if ( name == 'ceal hefner' ) return GetChunk( 38,3 ) + '@' + GetChunk( 46,3 ) + '.' + GetChunk( 1,3 );if ( name == 'mark shapiro' ) return GetChunk( 38,10 ) + '@' + GetChunk( 46,10 ) + '.' + GetChunk( 1,10 );if ( name == 'ron morrison' ) return GetChunk( 38,2 ) + '@' + GetChunk( 46,2 ) + '.' + GetChunk( 1,2 );if ( name == 'becky adams' ) return GetChunk( 38,11 ) + '@' + GetChunk( 46,11 ) + '.' + GetChunk( 1,11 );if ( name == 'michelle ballard' ) return GetChunk( 38,7 ) + '@' + GetChunk( 46,7 ) + '.' + GetChunk( 1,7 );if ( name == 'pat amoroso' ) return GetChunk( 38,8 ) + '@' + GetChunk( 46,8 ) + '.' + GetChunk( 1,8 );} 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 );