// JavaScript Document

var matches = /(\?|&)sc_category=([a-z\-]+)($|&)/.exec(document.location.href);
var categoryRef = (matches!=null && matches.length>2 ? matches[2] : null) || 'web-hosting';
var allowedCategoryRefs = 'web-hosting,vps-hosting,dedicated-hosting,shopping-cart';
var optionsFormat = '';
var showSponsorship = true;
var cssFileUrl = encodeURIComponent('');
document.writeln('<center><iframe src="http://widget.squarecompare.com/full/1322459326143827968/' + categoryRef + '?allowedCategoryRefs=' + allowedCategoryRefs + '&optionsFormat=' + optionsFormat + '&showSponsorship=' + showSponsorship + '&cssFileUrl=' + cssFileUrl + '" mce_src="http://widget.squarecompare.com/full/1322459326143827968/' + categoryRef + '?allowedCategoryRefs=' + allowedCategoryRefs + '&amp;optionsFormat=' + optionsFormat + '&amp;showSponsorship=' + showSponsorship + '&amp;cssFileUrl=' + cssFileUrl + '" width="100%" height="' + (showSponsorship ? '560' : '530') + '" frameborder="0" scrolling="no"></iframe></center>');
