﻿        <!-- 
        //Begin
        // Set up the image files to be used.
        var theImages = new Array() // do not change this
        // To add more image files, continue with the
        // pattern below, adding to the array.

//        theImages[0] = '<a href="ProductDetails.aspx?productTypeID=75"><img src="randomimages/DiwaliB1.jpg" border="0" alt="This Diwali, gift your Loved ones a Unique Personalised Mug with Your Greeting Message Sweetened with ferrero Rocher"></a>'
//		theImages[1] = '<a href="ProductDetails.aspx?productTypeID=76"><img src="randomimages/DiwaliB2.jpg" border="0" alt="Send your Diwali wishes inscribed on a palm size cute mini t-shirt."></a>'
//		theImages[2] = '<a href="ProductDetails.aspx?productTypeID=75"><img src="randomimages/DiwaliB3.jpg" border="0" alt="Send CHOCO-POTLI with Diwali cards and gifts."></a>'
//		theImages[3] = '<a href="GreetingDetailsPhoto.aspx?OccassionID=23"><img src="randomimages/DiwaliB4.jpg" border="0" alt="Send Personalised Diwali Cards."></a>'
//        theImages[4] = '<a href="ProductDetails.aspx?productTypeID=75"><img src="randomimages/DiwaliB5.jpg" border="0" alt="Celebrate a sweet Diwali send personalised Diwali card with choco_potli."></a>'
//		theImages[5] = '<a href="ProductDetails.aspx?productTypeID=76"><img src="randomimages/DiwaliB6.jpg" border="0" alt="Be Creative this Diwali send wishes specially with min tee greetings."></a>'
        
		theImages[0] = '<a href="ProductDetails.aspx?fromhome=sendgifts&productTypeID=75"><img src="randomimages/B_1.jpg" border="0" alt="Gift your loved ones beautiful cafe cards."></a>'
		theImages[1] = '<a href="ProductDetails.aspx?fromhome=sendgifts&productTypeID=20"><img src="randomimages/SB_flower1.png" border="0" alt="Make her feel at the top of the word send her EXOTIC flower arrangement"></a>'
		theImages[2] = '<a href="ProductDetails.aspx?fromhome=sendgifts&productTypeID=75"><img src="randomimages/B_2.jpg" border="0" alt="Express your love for your dear ones."></a>'
		theImages[3] = '<a href="ProductDetails.aspx?fromhome=sendgifts&productTypeID=20"><img src="randomimages/SB_flower2.jpg" border="0" alt="Express Your Love With Flowers"></a>'
		theImages[4] = '<a href="ProductDetails.aspx?fromhome=sendgifts&productTypeID=75"><img src="randomimages/B_3.jpg" border="0" alt="Send personalised cafe to reveal your love...."></a>'
		theImages[5] = '<a ProductDetails.aspx?fromhome=sendgifts&productTypeID=20"><img src="randomimages/SB_flower3.jpg" border="0" alt="Send flowers to loved Ones. "></a>'	

                 
        // do not edit anything below this line

        var j = 0
        var p = theImages.length;
        var preBuffer = new Array()
        for (i = 0; i < p; i++){
           preBuffer[i] = new Image()
           preBuffer[i].src = theImages[i]
        }
        var whichImage = Math.round(Math.random()*(p-1));
        function showImage(){
        document.write(theImages[whichImage]);
        }

        var theImagesRefer = new Array()
        // To add more image files, continue with the
        // pattern below, adding to the array.

        theImagesRefer[0] = 'randomimages/refer1_small.gif'
        theImagesRefer[1] = 'randomimages/refer2_small.gif'
        theImagesRefer[2] = 'randomimages/refer3_small.gif'
        // do not edit anything below this line

        var s = theImagesRefer.length;
        var preBufferRefer = new Array()
        for (i = 0; i < s; i++)
        {
           preBufferRefer[i] = new Image()
           preBufferRefer[i].src = theImagesRefer[i]
        }
        var whichImageRefer = Math.round(Math.random()*(s-1));
        function showImageRefer()
        {
            document.write('<img src="'+theImagesRefer[whichImageRefer]+'" border="0">');
        }
    
//  End -->
   

    //-->
    