
// 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-1.html';
HtmlArr[1] = 'banner/banner-2.html';
HtmlArr[2] = 'banner/banner-3.html';



// do not edit anything below this line
function displayBanner() 
	{
var j_random = (Math.round(1000*Math.random())) % 3;

document.write('<ifr'+'ame id="mybanner" src="' + HtmlArr[j_random] + '" width="250" height="330" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" target="_top"></ifr'+'ame>');
}


function link1()
{document.location="http://new-year-gifts.indiangiftsportal.com/";}
