﻿/// <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 querySt(ji) {
    hu = window.location.search.substring(1);
    gy = hu.split("&");
    for (i = 0; i < gy.length; i++) {
        ft = gy[i].split("=");
        if (ft[0] == ji) {
            return ft[1];
        }
    }
    return "";
}


function updateShortlist(event, ui) {
    document.getElementById("ifrShortlist").contentWindow.location.reload();
}
