
// calls the right map interface
var scgoogle = document.createElement("script");
var schead = document.getElementsByTagName("head");
scgoogle.setAttribute('type', 'text/javascript');
schead[0].appendChild(scgoogle);
scgoogle.setAttribute('src', 'http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA4UgX6QhM99u95ItlP2wXRBRF4duh_GkvlSHuoc6SCEj4m6SGExTNGIhY9zC85cxH8uvpJ-bVekcyKA');

scd  = document.createElement("script");
scd.type = 'text/javascript';
schead[0].appendChild(scd);
scd.setAttribute('src', 'http://usermap.mapdaze.com/md_div.php?bid=-100');

