<!--

function On(s){
	if (typeof s == 'undefined') { s='Visit this free xxx site!'; }
	window.status=s;return true;
	}
function Off(){window.status='';}

//-->