﻿var AssurantHealth = window.AssurantHealth || {};

try { document.execCommand("BackgroundImageCache", false, true); } catch(e) {}
$(function(){
	if (!jQuery.support.opacity) $(document.body).addClass("ie");
	if ($.browser.msie && $.browser.version == 6) $(document.body).addClass("ie6");
});

jQuery.extend({
	toJson: function(string) {
		if (typeof string != 'string' || !string.length) return null;
		return eval('(' + string + ')');
	}
});
