loadDeviceLocation();
function loadDeviceLocation()
{try{
		if (!coulomb_station_page_height){coulomb_station_page_height = 700;}
		if (!coulomb_station_page_width){coulomb_station_page_width = 928;}
		document.write("<div id = 'CoulombFindPage'>");
		var iframestr = "<iframe id=\"ankittest\" height=\"" + coulomb_station_page_height + "px\"";
		iframestr += " width=\"" + coulomb_station_page_width + "px\"";
		iframestr += " FRAMEBORDER=0 src=\"http://external.chargepointportal.net/index.php/device/devicelocation_external.html\"> Your browser does not support IFRAMEs";
		iframestr += "</iframe>";
		document.write(iframestr);
	document.write("</div>");}catch (e){
		alert("Error with the script. Please check your script file.");
	}
}

