please visit http://bigginsroofing.com
notice how the site never loads, and the page keeps reloading, nothing the url in the address bar:
http://www1.bigginsroofing.com/?framerequest=1&refurl=http%3A%2F%2Fwww1.bigginsroofing.com%2F%3Fframerequest%3D1%26refurl%3Dhttp%253A%252F%252Fwww1.bigginsroofing.com%252F%253Fframerequest%253D1%2526refurl%253Dhttp%25253A%25252F%25252Fwww1.bigginsroofing.com%25252F%25253Fframerequest%25253D1%252526refurl%25253Dhttp%2525253A%2525252F%2525252Fwww1.bigginsroofing.com%2525252F%2525253Fframerequest%2525253D1%25252526refurl%2525253D
as this is a wordpress site, interestingly i have no problems visiting the admin section.
i have n idea what could be causing this, and where i could look to troubleshoot.
no plugins enabled, and still occurs. dns seems fine, and htaccess also.
EDIT
This turned out to be another one of the fake jQuery spam backlinks. Basically some code would be inserted in your site's HTML pretending that they are loading jQuery. Here you can see a bit more details, or you can do a search on your own as well.
This is caused by JS redirection. I guess that the offending code is this:
And
Also your HTML is a mess - you have two
<html>
tags, which is completely wrong. Look in your theme directory'sheader.php
file - this is where you should be able to fix theHTML
error. The JS code could be there as well.