var browser = browserCheck();
if( browser == "Gecko" || browser == "NN" ){
	var str = '<div class="clear"><hr /></div>';
	dw( str );	
}