A really cool script. It allows you to put up to 6 page titles for one page and everytime you refresh the page it alternates the title...It might help increase your Google Page rankI hope you will like it."Massive Respect"
<script LANGUAGE="JavaScript">var numb = 5title_text = new Array();title_text[0] = "Your Site Name here - Discription here";title_text[1] = "Your Site Name here - Discription here";title_text[2] = "Your Site Name here - Discription here ";title_text[3] = "Your Site Name here - Discription here";title_text[4] = "Your Site Name here - Discription here";title_text[5] = "Your Site Name here - Discription here";var doit = title_text[Math.round(Math.random()*numb)];document.write("<title> "+doit+"</title>");</script>