//---------------------------------------------------------------------------
// Utility routines used by Fireclicks NetFlame appliance
// Added by GJ - 9/17/2002
//---------------------------------------------------------------------------


function handle() {
	return true;
}

window.onerror=handle;
var fc_host='www.hsn.com';
//document.write('<scr'+'ipt '
//+'src="'+((location.protocol=='http:')?'http://a644.g.akamai.net/f/644/67/3h/':'https://a248.e.akamai.net/f/248/67/3h/ssl-')
//+'hints.netflame.cc/service/sc'+'ript/'+fc_host+'"></scr'+'ipt>');

function fcce() {
	if (typeof(fcnf)!="undefined") fcnf();
}

var fcfn=window.onload;

function fcco() {
	window.setTimeout("fcce();", 100);fcfn();
}

window.onload= null==fcfn ? fcce:fcco;
