

function RealTech_StaticGridMap_DownloadCode()
{
	document.write("<script type='text/javascript' src='http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6'></script>");
	document.write("<script type='text/javascript' src='http://maps.realtechllc.com/JavascriptHost/Applications/StaticGridMap/V1/Build/debug/ListingSearch.js'></script>");
    var style = document.createElement('LINK');
    style.type='text/css';
    style.id = 'ListingGridCSS';
    style.rel='stylesheet';
    style.href='http://maps.realtechllc.com/JavascriptHost/Applications/StaticGridMap/V1/CSS/ListingGrid.css';
    var style2 = document.createElement('LINK');
    style2.type='text/css';
    style2.id = 'MapCSS';
    style2.rel='stylesheet';
    style2.href='http://maps.realtechllc.com/JavascriptHost/Applications/StaticGridMap/V1/CSS/map.aspx';
    var head = document.getElementsByTagName('head')[0];
    head.insertBefore(style,head.firstChild);
    head.insertBefore(style2,head.firstChild);
    
};RealTech_StaticGridMap_DownloadCode();
