/* ------------------------------showFlashNews -----------------------------*/
/* function that prints aurora's flash news ticker                          */
/* function recives w - Ticker width                                        */
/*                  h - Ticker height                                       */
/*                  bgcolor - Ticker's background color,                    */
/*                  textcolor - Ticker's text color                         */

function showFlashNews(w, h, bgcolor, textcolor) {
	document.write('<iframe src="http://www.aurora-israel.co.il/news_flash.php?w=' + w + '&h=' + h + '&bgcolor=' + bgcolor + '&textcolor = ' + textcolor + '" frameborder="0" scrolling="no" height="' + h + '" width="' + w + '" allowtransparency="true" marginheight="0" marginwidth="0"></iframe>');		
}