Anytime man.

Check out the
unoffical FAQs
Coffee has been meaning to switch too I think. Chrome edit is another good one.
Here are some great extension links
http://texturizer.net/firefox/extensions/
http://extensionroom.mozdev.org/
http://update.mozilla.org/
After you get chrome edit go to tools>Edit user files>User.js and paste this in there for a nice boost
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 20);
user_pref("network.http.max-connections-per-server", 10);
user_pref("network.http.max-persistent-connections-per-proxy", 10);
user_pref("network.http.max-persistent-connections-per-server", 10);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.dnsCacheExpiration", 360);
user_pref("network.dnsCacheEntries", 100);
user_pref("network.ftp.idleConnectionTimeout", 60);
user_pref("network.http.keep-alive.timeout", 30);
user_pref("network.http.request.max-start-delay", 0);
user_pref("network.http.connect.timeout", 30);
// Instead of annoying error dialog messages, display pages:
user_pref("browser.xul.error_pages.enabled", true);
// Put an end to blinking text!
user_pref("browser.blink_allowed", false);