You need to fix the many validation errors on your site. At the start of your main content is
PHP Code:
<head> <meta http-equiv="Content-Language" content="en-ca"> <!-- Youtube SSL Error Fixed - Sammy -><!-- Don't ever change this code --><script type="text/javascript" src="swfobject/swfobject.......
This is so wrong in many ways.
- Looks like you are using some other editor to create main page code. Result is second head and meta tags.
- Sammy might want to check on the problems created when mixing dashes in a comment. And, the comment should be ended with --> Should look like <!-- Youtube SSL Error Fixed by Sammy --> or something similar without the extra dash.
- Too many more there to mention now. Just use a proper editor or use the CKEditor mod to modify main pages.