﻿  
    <!-- 
        // Set up the image files to be used.
        var theImagesCal = new Array() // do not change this
        var theImagesShip = new Array()
        var theImagesCheque = new Array()
        var theImagesRefer = new Array()
        // To add more image files, continue with the
        // pattern below, adding to the array.

        theImagesCal[0] = 'randomimages/calender.png'
        theImagesCal[1] = 'randomimages/calender2.png'
        theImagesCal[2] = 'randomimages/calender3.png'
        theImagesCal[3] = 'randomimages/calender4.png'
        
        theImagesShip[0] = 'randomimages/banner_fd1.jpg'
        theImagesShip[1] = 'randomimages/banner_fd2.jpg'
        theImagesShip[2] = 'randomimages/banner_fd3.jpg'
        //theImagesShip[3] = 'randomimages/shipping4.png'

        theImagesCheque[0] = 'randomimages/promo1.gif'
        theImagesCheque[1] = 'randomimages/promo2.gif'
        theImagesCheque[2] = 'randomimages/promo3.gif'
        theImagesCheque[3] = 'randomimages/promo4.gif'
        
        theImagesRefer[0] = 'randomimages/refer1.gif'
        theImagesRefer[1] = 'randomimages/refer2.gif'
        theImagesRefer[2] = 'randomimages/refer3.gif'
        // do not edit anything below this line

        var j = 0
        var p = theImagesCal.length;
        var q = theImagesShip.length;
        var r = theImagesCheque.length;
        var s = theImagesRefer.length;
        var preBuffer = new Array()
        var preBufferShip = new Array()
        var preBufferCheque = new Array()
        var preBufferRefer = new Array()
        for (i = 0; i < p; i++)
        {
           preBuffer[i] = new Image()
           preBuffer[i].src = theImagesCal[i]
        }
        for (i = 0; i < q; i++)
        {
           preBufferShip[i] = new Image()
           preBufferShip[i].src = theImagesShip[i]
        }
        for (i = 0; i < r; i++)
        {
           preBufferCheque[i] = new Image()
           preBufferCheque[i].src = theImagesCheque[i]
        }
        for (i = 0; i < s; i++)
        {
           preBufferRefer[i] = new Image()
           preBufferRefer[i].src = theImagesRefer[i]
        }
        var whichImage = Math.round(Math.random()*(p-1));
        var whichImageShip = Math.round(Math.random()*(q-1));
        var whichImageCheque = Math.round(Math.random()*(r-1));
        var whichImageRefer = Math.round(Math.random()*(s-1));
        function showImageCal()
        {
            document.write('<img src="'+theImagesCal[whichImage]+'" border="0">');
        }
        function showImageShip()
        {
            document.write('<img src="'+theImagesShip[whichImageShip]+'">');
        }
        function showImageCheque()
        {
            document.write('<img src="'+theImagesCheque[whichImageCheque]+'" border="0">');
        }
        function showImageRefer()
        {
            document.write('<img src="'+theImagesRefer[whichImageRefer]+'" border="0">');
        }
        
        //Show Marquee of New Arrivals
//        window.onload = function () 
//        {
//        document.getElementById('divTestimonialMarquee').innerHTML = '<marquee id="testimonialMarquee" onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="1" direction="up" height="100">'+document.getElementById('divTestimonialMarquee').innerHTML+'</marquee>';
//        document.getElementById('testimonialMarquee').start()
//        }
        function scrollmarquee(_direction)
		{
			if(document.getElementById('marquee') == null)
			{
				document.getElementById('motioncontainer').innerHTML = '<marquee id="marquee" onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="4">'+ document.getElementById('motioncontainer').innerHTML+'</marquee>';
	        }
			document.getElementById('marquee').start();
			document.getElementById('marquee').direction = _direction;
		}
		function BlankTextBox(theField,condValue)
        {
            if(theField.value == condValue)
            {
                theField.value = "";
            }
        }
        function OpenWindow(thewindow,thename,theparam) 
        {
	        var child;
	        child=window.open(thewindow,thename,theparam);
	        child.focus();
        }
// Code for Poll
        function castVOTE()
        {
            var pollResponse = "";
            var pollID;
                //alert(document.getElementById("radOption1").checked);
                pollID = document.getElementById("hidPollID").value; 
                if(document.getElementById("radOption1").checked == true)
                {
                    pollResponse = "PollOption1";
                }
                else if(document.getElementById("radOption2").checked == true)
                {
                    pollResponse = "PollOption2";
                }
                else if(document.getElementById("radOption3").checked == true)
                {
                    pollResponse = "PollOption3";
                }
                if(pollResponse != "")
                {
                    OpenWindow('PopupPollResponse.aspx?pollresponse='+pollResponse+'&amp;pollID='+pollID+'','Poll','scrollbars=no,width=450,height=300,resize=0');
                }
                else
                {
                    alert("Please select an Option to participate");
                    return false;
                }
                return true;
        }
    // END
        var Start =0;
        function callDIV()
        {
            var Arrivals = document.getElementById('hidNewArrivals').value;
            var theSTR;
            var ImageArr1 = new Array();
            ImageArr1 = Arrivals.split(',');
            if(Start >= ImageArr1.length)
            {
                Start = 0;
            }
            theSTR = ImageArr1[Start];
            Start ++; 
            if(theSTR != null)
            {
                document.getElementById('divNewArrival').innerHTML = theSTR;
            }
            window.setTimeout("callDIV()",5000);
        }
        var sBanner=0;
        function callDIVBanner()
        {
            var theSTR;
            var ImageArr1 = new Array();
//            ImageArr1[0] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='25'></td></tr><tr><td align='center' valign='top'><a href='StyleDetails.aspx' title='Gift your soulmate an exotic VALENTINE Gift Hamper'><img src='homeimages/hamper_ad.jpg' border='0'></a></td></tr></table>";
//            ImageArr1[1] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><img src='images/spacer.gif' width='1' height='25'></td></tr><tr><td align='center' valign='top'><a href='productdetails.aspx?productypeid=8' title='pamper your angel with paper jewelery'><img src='homeimages/jewelry_ad.jpg' border='0'></a></td></tr></table>";
            ImageArr1[0] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><a href='GiftHampers.aspx' title='Gift your soulmate an exotic VALENTINE Gift Hamper'><img src='homeimages/hamper_3.jpg' border='0'></a></td></tr></table>";
            ImageArr1[1] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><a href='GreetingDetailsPhoto.aspx?OccassionID=24' title='Send a valentine card with your feelings in your own words'><img src='homeimages/card_1.jpg' border='0'></a></td></tr></table>";
            ImageArr1[2] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><a href='GiftHampers.aspx?GreetCategoryID=137' title='Gift your soulmate an exotic VALENTINE Gift Hamper'><img src='homeimages/hamper_2.jpg' border='0'></a></td></tr></table>";
            ImageArr1[3] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><a href='GreetingDetailsPhoto.aspx?OccassionID=35' title='Share your Love Passion Intensity Send an 18+ Card'><img src='homeimages/18_1.jpg' border='0'></a></td></tr></table>";
            ImageArr1[4] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><a href='GiftHampers.aspx?GreetCategoryID=137' title='Gift your soulmate an exotic VALENTINE Gift Hamper'><img src='homeimages/hamper_1.jpg' border='0'></a></td></tr></table>";
            ImageArr1[5] = "<table width='212' cellpadding='0' cellspacing='0' border='0'><tr><td align='center' valign='top'><a href='GreetingDetailsPhoto.aspx?OccassionID=35' title='Share your most Intense and Intimate feelings with your partner'><img src='homeimages/18_2.jpg' border='0'></a></td></tr></table>";
            
            if(sBanner >= ImageArr1.length)
            {
                sBanner = 0;
            }
            theSTR = ImageArr1[sBanner];
            sBanner ++; 
            if(theSTR != null)
            {
                document.getElementById('divBanners').innerHTML = theSTR;
            }
            window.setTimeout("callDIVBanner()",5000);
        }
    //-->
    
    /*
        BEGIN SCript for Hearts Fall 
    */

// **** Changed to Hearts ****

// Set the number of hearts (more than 30 - 40 not recommended)
var snowmax=12

// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD","#ffffff","#ffc0cb")

// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

// **** CHANGE YOUR IMAGE HERE ****

// Set the letter that creates your snowflake (recommended: * )
var snowletter=" <img src=images/heart9.gif> "

// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6

// Set the maximal-size of your snowflaxes
var snowmaxsize=40

// Set the minimal-size of your snowflaxes
var snowminsize=20

// Set the snowing-zone
// Set 1 for all-over-snowing, set 2 for left-side-snowing
// Set 3 for center-snowing, set 4 for right-side-snowing
var snowingzone=1

///////////////////////////////////////////////////////////////////////////
// CONFIGURATION ENDS HERE
///////////////////////////////////////////////////////////////////////////


// Do not edit below this line
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var browserinfos=navigator.userAgent
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||opera

function randommaker(range) {
	rand=Math.floor(range*Math.random())
    return rand
}

function initsnow() {
	if (ie5 || opera) {
      marginbottom = document.body.clientHeight
      marginright = document.body.clientWidth
   }
   else if (ns6) {
      marginbottom = window.innerHeight
      marginright = window.innerWidth
   }
	var snowsizerange=snowmaxsize-snowminsize
	for (i=0;i<=snowmax;i++) {
		crds[i] = 0;
    	lftrght[i] = Math.random()*15;
    	x_mv[i] = 0.03 + Math.random()/10;
		snow[i]=document.getElementById("s"+i)
		snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
		snow[i].size=randommaker(snowsizerange)+snowminsize
		snow[i].style.fontSize=snow[i].size
		snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
		snow[i].sink=sinkspeed*snow[i].size/5
		if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
		if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
		if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
		if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
		snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
		snow[i].style.left=snow[i].posx
		snow[i].style.top=snow[i].posy
	}
	movesnow()
}

function movesnow() {
	for (i=0;i<=snowmax;i++) {
		crds[i] += x_mv[i];
		snow[i].posy+=snow[i].sink
		snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
		snow[i].style.top=snow[i].posy

		if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
			if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
			if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
			if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
			if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
			snow[i].posy=0
		}
	}
	var timer=setTimeout("movesnow()",50)
}

for (i=0;i<=snowmax;i++) {
	document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
}
if (browserok) {
	window.onload=initsnow
}
/*
  END  SCript for Hearts Fall 
*/