var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
if ( is_chrome) {
	document.write("<br />");
}
