
  if( language == "" )
    { language = "DE"; }

	height = height.replace( /\D.*/, "" );

	var url = "http://www.icony.de/liveticker/index.php?show=public&size=" + height + "&color_background="  + backgroundcolor + "&color_divider=" + dividercolor + "&color_text=" + textcolor + "&color_user=" + usercolor + "&language=" + language;

	height = Math.ceil( height ) + 10;

	document.write( "<ifr" + "ame " +
		"name=\"liveticker\" " +
		"width=\"" + width + "\" " +
		"height=\"" + height + "\" " +
		"frameborder=\"0\" " +
		"src=\"" + url + "\" " +
		"marginwidth=\"0\" " +
		"marginheight=\"0\" " +
		"vspace=\"0\" " +
		"hspace=\"0\" " +
		"allowtransparency=\"true\" " +
		"scrolling=\"no\" ></ifr" + "ame>" );


