var nl = getNewLine()

function getNewLine() {
	var agent = navigator.userAgent

	if (agent.indexOf("Win") >= 0)
		return "\r\n"
	else
		if (agent.indexOf("Mac") >= 0)
			return "\r"

 	return "\n"

}

pagecode = '<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton"><param name="wmode" value="transparent"><param name="FlashVars" value="id=7291523131169dc7cb7827fbcd64043dd5dbff29&style=0"></object>'

document.write(pagecode);