﻿// JScript File

function addBookmarkEn()
    {
    bookmarkurl="http://WebSurvey360.com/"
    bookmarktitle="WebSurvey360.com - Online surveys"
    if (document.all)
        window.external.AddFavorite(bookmarkurl,bookmarktitle)
    }

function addBookmarkFr()
    {
    bookmarkurl="http://WebSondage.com/"
    bookmarktitle="WebSondage.com - Sondages en ligne"
    if (document.all)
        window.external.AddFavorite(bookmarkurl,bookmarktitle)
    }


