
<!--

// 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';


// 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="245" height="270" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" target="_top"></ifr'+'ame>');
}


function link1()
{document.location="http://www.indiangiftsportal.com/india-shopping/occasions/durga-puja-gifts/";}