﻿
var ic = 1; 

var title = new Array(ic);

title[0] ='';

function pickRandom(range) { 

if (Math.random) 

	return Math.round(Math.random() * (range-1)); 

else { 

var now = new Date(); 

return (now.getTime() / 1000) % range; } } 

var choice = pickRandom(ic); 

document.writeln('<p align="justify" dir="rtl" style="margin-top: 0">' + title[choice] + '</p><p align="center" style="margin-bottom: 0">Powered by: <a target="_blank" href="http://www.aminbloger.blogfa.com" style="text-decoration: none">aminbloger.blogfa.com</a></p>');