// JavaScript Document
var currentdate = 0;
var core = 0;
function initArray() {
this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}
link = new initArray(
"",
""
);
image = new initArray(
"greeting.png",
"greeting.png"
);
text = new initArray(
"Ravian",
"Ravian"
);
var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];
document.write('<div style="width: 500px; height: 500px; background-image: url(/images/greeting.png);background-repeat: no-repeat"><center><div style="padding-top: 80px; font-size: 22pt; font-family: times; color: #9a1c0f">HAPPY<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NEW<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;YEAR</div></center><br /><br /><br /><div style="padding-right: 60px; text-align: justify; width: 380px; font-size: 10pt;color: #170f0e">Ravian institute is a professional services company providing enterprise database solutions. We are privately owned and based in Tehran, Iran</div><div style="width: 20px; font-size: 11pt; font-weight: bold; padding-right: 80px"><a style="color: #631717" href="http://www.ravian.net/Company-Profile/About-Us.aspx">MORE...</a></div><br /><center><div style="width: 350px; border-bottom: dashed 1px #ffffff"></div><img style="width:400px;height:80px" src="images/new.png"></center><br /><br /><b style="float:left;width:380px;text-align:left;padding-left:50px">IN NOROOZ DAYS ( 1389/01/01 until 1389/01/09 ) OUR ONCALL SUPPORT TEAM ARE READY TO SOLVE YOUR PROBLEMS <br>CALL US WITH THIS NUMBER :<font style="color:#dca86e;font-size:10pt">+98 (935) 511 96 36 </font></div><center></div></center><br /><div style="clear: both"></div></div>');
