﻿// Settings
var how_many_ads = 2; // Tedad tablighate flash
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

//
if (ad==1) {
	src="http://iranhex.com/wp-content/themes/iranhex3/ads/agahi90.swf";// Address flash 1
}

if (ad==2) {
	src="http://iranhex.com/wp-content/themes/iranhex3/ads/sharjads.swf";// Address flash 2
}


//
document.write('<object width="468" height="100">');
document.write('<param name="movie" value="'+src+'">');
document.write('<embed src="'+src+'"');
document.write('width="468" height="100">');
document.write('</embed>');
document.write('</object>');
