function fr2 (w, t) {
 	top.frames[w].document.write(t);
	return false;
};

function fr3 (d, t) {
 	d.write(t);
	return false;
};
