// Specify the iframe files
var HtmlArr = new Array();
// to add more html files, just continue
// the pattern, adding to the array below

HtmlArr[0] = 'banner/banner-3.html';
HtmlArr[1] = 'banner/banner-4.html';
HtmlArr[2] = 'banner/banner-11.html';


// do not edit anything below this line
function displayBanner() 
	{
var j_random = (Math.round(1000*Math.random())) % 2;

document.write('<ifr'+'ame id="mybanner" src="' + HtmlArr[j_random] + '" width="235" height="282" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" target="_top"></ifr'+'ame>');
}

function link1()
	{
	document.location="http://holi-gifts.indiangiftsportal.com/";
	}