﻿/// <reference path="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js" />
/// <reference path="MicrosoftAjax.js" />


$(function () {


    $create(bizSpace.BizMap, null, null, null, $get("mapholder"));

});


function updateShortlist(event, ui) {
    document.getElementById("ifrShortlist").contentWindow.location.reload();
}
