jquery include et
kodunuda alttaki gibi update et:
<script language="JavaScript1.1" type="text/javascript">
quotes = new Array(4);
quotes[0] = "BURAYA DİV TANIMLAYAMIYORUM :D";
quotes[1] = "Text2";
quotes[2] = "Text3";
quotes[3] = "Text4";
//Aklından bi sayı tut (:
index = Math.floor(Math.random() * quotes.length);
$(function(){$(".bcn").html(quotes[index]);});
</script>
şunuda bi yere koy
<p class="bcn"></p>