// JavaScript Document
var r_text = new Array ();

r_text[0] = "<p><img src='images/img_02.gif' border='0' align='left'>The music can cure the human being enormous stress, leading to disturbed sleep patterns. Researchers claim that music acts on our mind before being transformed into thought and feeling and influences the lower and higher cerebral centres of the brain.</p>";

r_text[1] = "<p><img src='images/img_01.gif' border='0' align='left'>Violin plays an essential role in music. It was introduced by Persia and China in ancient time. After which this instrument was further modified to a modern characteristics by Europeans and making it popular around the world.</p>";

r_text[2] = "<p><img src='images/img_03.gif' border='0'><br>Music is the universal language of mankind. - Henry Wadsworth Longfellow</p>";


var i = Math.floor(3*Math.random())
document.write(r_text[i]);
