SoftwareSerial.h causing Ethernet sheild to fail to work correctly

PaulS, I ran on your hunch that it was the ram. Last night I had worked on the code to get everything ready for the SoftwareSerial stuff. I had commented out ALL of the Serial.printn()'s as they would effect the switchers response.

Reading over what you had said along with some research. You were correct, the RAM was the issue. I put back in the #include SoftwareSerial.h. and it worked fine. Along with the residual code so it would echo serial0 to serial1 and vice versa.

The code is now fully written and is working flawlessly!
TL;DR: All of the Serial.println() for trouble shooting were commented out. This allowed the arduino the abilty to 'think' and process correctly. The Web pages now load correctly with no issues. The RS232 thruput is working correctly. and the Arduino can now send out a syntax to the switcher with no issues.

Much thanks for the assistance! As for the enter stuff. I have a big monitor and view the code in full screen. I also tend to 'rant' in my comments to help me out when I come back to something 6 months later to know what it did.