// JavaScript Document

<!-- Hide from old browsers

function ieHack_AddLine() {
	if (ie) { 
		document.write('<br />');
	}
}

// Done Hiding -->