Mainly, there should be some parsing and redirection of old links. The majority of site links are very broken now, and shouldn't be so in production.
Everywhere on the site are multitudes of links using your script (that needs cleaning, badly):
[code]function autoCardWindow(cardname)
{
win = window.open("http://"+gathererBaseURL+"/Pages/Card/Details.aspx?name="+useName, windowName, params);
//win = window.open("http://ww2.wizards.com/Gatherer/CardDetails.aspx?name="+cardname, windowName , params); why leave the commented out one?! bloat =\
}
function autoCardWindow2(cardname, set)
Skipping, it is likewise[/code]
If you change the scripts to point to a new coverter page on gatherer that looks-up id based on name input from url, and then displays the info, it would clean up any issues presently until your site has time to change all links (albeit it would not have to changed). I have not dev'd aspx, (anti-microsoft =p) but php could do this very easily.
Also IMO move the page to the same look as the main mtg site. There is this disconnect between the two that needn't be there (unless its for mobile, which doesn't seem to work).
Placing it in
would give it enough room it appears, maintaining site links and affinity.
Also IMO get rid of the top banner ad, move it to two side adds, side ads aren't as obtrusive. While I agree lotro is "the best fantasy mmorpg yet created" I don't want to log on that again, I want to do some mtg!
Lastly, use a javascript window that is neat and clean, like magelo profiles.