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 = 'onDemand';
var showSponsorship = false;
var cssFileUrl = encodeURIComponent('');
document.writeln('<iframe src="http://widget.squarecompare.com/full/6318743041561719808/' + categoryRef + '?allowedCategoryRefs=' + allowedCategoryRefs + '&optionsFormat=' + optionsFormat + '&showSponsorship=' + showSponsorship + '&cssFileUrl=' + cssFileUrl + '" width="100%" height="' + (showSponsorship ? '560' : '530') + '" frameborder="0" scrolling="no"></iframe>');
