Light Bars Led Emergency
Light Bars Led Emergency
![]() |
Light Bars LED helping our first responders to keep us safe
The one thing that helps emergency service personnel go about their duties safely and securely is the Light Bars LED. The lighting ensures they are highly visible at all times and in all conditions. Light Bars LED are especially good for first response vehicles as they help maximize the first responder's safety and also keep us safe. When we see any flashing Light Bars LED we immediately react to that, which is an early warning to danger or hazard. Our first responder's job is never easy. They risk life and limb on a daily basis so maintaining their safety is crucial.
Many first response vehicles now have a double tier bank of Light Bars LED, which is difficult to miss. The Light Bars LED are used when they are responding to an emergency call and they help clear the path through traffic and also warn and advise traffic at a scene. LED lighting is popular because it's extremely bright and the new generation of LED bulbs, can be seen from a great distance in all weather and lighting conditions. Most of the newer Light Bars LED units are fully encapsulated, and this means they are virtually corrosion free, which ensures reliability.
When selecting your supplier of Light Bars LED it's worth looking around. A good retailers would offer a one year electronic parts warranty along with a five year bulb replacement warranty, which proves just how confident they are in their products. Light Bars LED will cause virtually no drain on battery power. They have no filaments to burn out and they can be used for lengthy periods of time. This makes the lights ideal for emergency vehicles.
When purchasing your Light Bars LED it could be worth trying for recommendations from other departments or services. Tried and tested retailers are better than unknown ones in any circumstances, for whatever you are buying. Some suppliers work with police and fire departments to design and manufacture Light Bars LED that are specific for their requirements. If you could find such a supplier, you would be in good company and have Light Bars LED that suits your requirements perfectly.
Emergency first responders need Light Bars LED to warn pedestrians and road users of their approach or that they are stationary in attendance at a scene. Safety is vital to first responders. They must maintain safety at all times. Emergency vehicles need to be highly visible and the new generation of Light Bars LED helps with that visibility. Of course, we must play our part in maintaining safety on our highways and city streets by being alert and aware of what is going on around us at all times. The use of lighting and sirens on first response vehicles help keep us safe and forewarned.
Extreme Tactical Dynamics is a one-stop shop for a Light bars LED unit and many other items like Flashlights, Dash Lights, Deck Lights, etc. Please visit the site for more details of various items available - http://www.extremetacticaldynamics.com/
<input id="gwProxy" type="hidden" /><input id="jsProxy">
<!-- Top iFrame --> <!-- Bottom iFrame -->
[removed]// <![CDATA[ var LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT = 300; var LEO_HIGHLIGHTS_MAX_HIGHLIGHTS = 50; var LEO_HIGHLIGHTS_IFRAME_TOP_ID = "leoHighlights_top_iframe"; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_ID = "leoHighlights_bottom_iframe"; var LEO_HIGHLIGHTS_IFRAME_DIV_ID = "leoHighlights_iframe_modal_div_container"; var LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_WIDTH = 520; var LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_HEIGHT = 391; var LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_WIDTH = 520; var LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_HEIGHT = 665; var LEO_HIGHLIGHTS_IFRAME_TOP_POS_X = 0; var LEO_HIGHLIGHTS_IFRAME_TOP_POS_Y = 0; var LEO_HIGHLIGHTS_IFRAME_TOP_WIDTH = 520; var LEO_HIGHLIGHTS_IFRAME_TOP_HEIGHT = 294; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_POS_X = 96; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_POS_Y = 294; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_WIDTH = 425; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_HEIGHT = 97; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_WIDTH = 425; var LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_HEIGHT = 371; var LEO_HIGHLIGHTS_SHOW_DELAY_MS = 300; var LEO_HIGHLIGHTS_HIDE_DELAY_MS = 750; var LEO_HIGHLIGHTS_SHOW_DELAY_NO_UNDER_MS = 850; var LEO_HIGHLIGHTS_BACKGROUND_STYLE_DEFAULT = "transparent none repeat scroll 0% 0%"; var LEO_HIGHLIGHTS_BACKGROUND_STYLE_HOVER = "rgb(245, 245, 0) none repeat scroll 0% 0%"; var LEO_HIGHLIGHTS_ROVER_TAG = "711-36858-13496-14"; createInlineScriptElement("var LEO_HIGHLIGHTS_DEBUG = false;
var LEO_HIGHLIGHTS_DEBUG_POS = false; var _leoHighlightsPrevElem = null;
var _leoHighlightsSnoozed = false; /** * Checks if the passed in class exists * @param c * @return */
function _leoHighlightsClassExists(c) { return typeof(c) == "function" && typeof(c.prototype) == "object" ? true : false;
} /** * Checks if the firebug console is available * @param c * @return */
function _leoHighlightsFirebugConsoleAvailable(c) { try { if(_leoHighlightsClassExists(_FirebugConsole) && window.console && console.log && (console instanceof _FirebugConsole)) { return true; } } catch(e){} return false;
} /** * General method used to debug exceptions * * @param location * @param e * @return */
function _leoHighlightsReportExeception(location,e)
{ try { if(_leoHighlightsFirebugConsoleAvailable() ||LEO_HIGHLIGHTS_DEBUG) { var logString=location+": "+e+"nt"+e.name+"nt"+ (e.number&0xFFFF;)+"nt"+e.description; if(_leoHighlightsFirebugConsoleAvailable()) { console.error(logString); console.trace(); } } if(LEO_HIGHLIGHTS_DEBUG) alert(logString); } catch(e){}
} /** * This will log a string to the firebug console * * @param str * @return */
function _leoHighlightsDebugLog(str)
{ try { if(_leoHighlightsFirebugConsoleAvailable()) { console.log(typeof(_FirebugConsole)+" "+str); } } catch(e) { _leoHighlightsReportExeception("_leoHighlightsDebugLog() "+str,e); }
} /** * This will get an attribute and decode it. * * @param elem * @param id * @return */
function _leoHighlightsGetAttrib(elem,id)
{ try { var val=elem.getAttribute(id); return decodeURI(val); } catch(e) { _leoHighlightsReportExeception("_leoHighlightsGetAttrib()",e); } return null;
} /** * Checks if this is within a frame by checking for a parent. * * @return */
function _leoHighlightsIsFrame()
{ try { return (window!=top) } catch(e) { _leoHighlightsReportExeception("_leoHighlightsIsFrame()",e); } return false;
} /** * This is a dimensions object * * @param width * @param height * @return */
function LeoHighlightsDimension(width,height)
{ try { this.width=width; this.height=height; this.toString=function() { return ("("+this.width+","+this.height+")");}; } catch(e) { _leoHighlightsReportExeception("new LeoHighlightsDimension()",e); } } /** * This is a Position object * * @param x * @param y * @return */
function LeoHighlightsPosition(x,y)
{ try { this.x=x; this.y=y; this.toString=function() { return ("("+this.x+","+this.y+")");}; } catch(e) { _leoHighlightsReportExeception("new LeoHighlightsPosition()",e); } } var LEO_HIGHLIGHTS_ADJUSTMENT = new LeoHighlightsPosition(3,3);
var LEO_HIGHLIGHTS_IFRAME_TOP_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOP_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOP_HEIGHT);
var LEO_HIGHLIGHTS_IFRAME_BOTTOM_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_WIDTH,LEO_HIGHLIGHTS_IFRAME_BOTTOM_COLLAPSED_HEIGHT);
var LEO_HIGHLIGHTS_IFRAME_BOTTOM_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_WIDTH,LEO_HIGHLIGHTS_IFRAME_BOTTOM_EXPANDED_HEIGHT); var LEO_HIGHLIGHTS_DIV_HOVER_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOTAL_COLLAPSED_HEIGHT);
var LEO_HIGHLIGHTS_DIV_CLICK_SIZE = new LeoHighlightsDimension(LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_WIDTH,LEO_HIGHLIGHTS_IFRAME_TOTAL_EXPANDED_HEIGHT); /** * Sets the size of the passed in element * * @param elem * @param dim * @return */
function _leoHighlightsSetSize(elem,dim)
{ try { // Set the popup location elem.style.width = dim.width + "px"; if(elem.width) elem.width=dim.width; elem.style.height = dim.height + "px"; if(elem.height) elem.height=dim.height; } catch(e) { _leoHighlightsReportExeception("_leoHighlightsSetSize()",e); } } /** * This can be used for a simple one argument callback * * @param callName * @param argName * @param argVal * @return */
function _leoHighlightsSimpleGwCallBack(callName,argName, argVal)
{ try { var gwObj = new Gateway(); if(argName) gwObj.addParam(argName,argVal); gwObj.callName(callName); } catch(e) { _leoHighlightsReportExeception("_leoHighlightsSimpleGwCallBack() "+callName,e); }
} /** * This gets a url argument from the current document. * * @param url * @return */
function _leoHighlightsGetUrlArg(url, name )
{ name = name.replace(/[[]/,"\[").replace(/[]]/,"\]"); var regexS = "[\?&]"+name+"=([^]*)"; var regex = new RegExp( regexS ); var results = regex.exec(url); if( results == null ) return ""; else return results[1];
} /** * This allows to redirect the top window to the passed in url * * @param url * @return */
function _leoHighlightsRedirectTop(url)
{ try { top.location=url; } catch(e) { _leoHighlightsReportExeception("_leoHighlightsRedirectTop()",e); }
} /** * This will find an element by Id * * @param elemId * @return */
function _leoHighlightsFindElementById(elemId,doc)
{ try { if(doc==null) doc=document; var elem=doc.getElementById(elemId); if(elem) return elem; /* This is the handling for IE */ if(doc.all) { elem=doc.all[elemId]; if(elem) return elem; for ( var i = (document.all.length-1); i >= 0; i--) { elem=doc.all[i]; if(elem.id==elemId) return elem; } } } catch(e) { _leoHighlightsReportExeception("_leoHighlightsFindElementById()",e); } return null;
} /** * Get the location of one element relative to a parent reference * * @param ref * the reference element, this must be a parent of the passed in * element * @param elem * @return */
function _leoHighlightsGetLocation(ref, elem) { _leoHighlightsDebugLog("_leoHighlightsGetLocation "+elem.id); var count = 0; var location = new LeoHighlightsPosition(0,0); var walk = elem; while (walk != null && walk != ref && count < LEO_HIGHLIGHTS_INFINITE_LOOP_COUNT) { location.x += walk.offsetLeft; location.y += walk.offsetTop; walk = walk.offsetParent; count++; } _leoHighlightsDebugLog("Location is: "+elem.id+" - "+location); return location;
} /** * This is used to update the position of an element as a popup * * @param IFrame * @param anchor * @return */
function _leoHighlightsUpdatePopupPos(iFrame,anchor)
{ try { // Gets the scrolled location for x and y var scrolledPos=new LeoHighlightsPosition(0,0); if( self.pageYOffset ) { scrolledPos.x = self.pageXOffset; scrolledPos.y = self.pageYOffset; } else if( document.documentElement && document.documentElement.scrollTop ) { scrolledPos.x = document.documentElement.scrollLeft; scrolledPos.y = document.documentElement.scrollTop; } else if( document.body ) { scrolledPos.x = document.body.scrollLeft; scrolledPos.y = document.body.scrollTop; } /* Get the total dimensions to see what scroll bars might be active */ var totalDim=new LeoHighlightsDimension(0,0) if (document.all && document.documentElement && document.documentElement.clientHeight&&document;.documentElement.clientWidth) { totalDim.width = document.documentElement.scrollWidth; totalDim.height = document.documentElement.scrollHeight; } else if (document.all) { /* This is in IE */ totalDim.width = document.body.scrollWidth; totalDim.height = document.body.scrollHeight; } else { totalDim.width = document.width; totalDim.height = document.height; } // Gets the location of the available screen space var centerDim=new LeoHighlightsDimension(0,0); if(self.innerWidth && self.innerHeight ) { centerDim.width = self.innerWidth-(totalDim.height>self.innerHeight?16:0); // subtracting scroll bar offsets for firefox centerDim.height = self.innerHeight-(totalDim.width>self.innerWidth?16:0); // subtracting scroll bar offsets for firefox } else if( document.documentElement && document.documentElement.clientHeight ) { centerDim.width = document.documentElement.clientWidth; centerDim.height = document.documentElement.clientHeight; } else if( document.body ) { centerDim.width = document.body.clientWidth; centerDim.height = document.body.clientHeight; } // Get the current dimension of the popup element var iFrameDim=new LeoHighlightsDimension(iFrame.offsetWidth,iFrame.offsetHeight) if (iFrameDim.width <= 0) iFrameDim.width = iFrame.style.width.substring(0, iFrame.style.width.indexOf('px')); if (iFrameDim.height <= 0) iFrameDim.height = iFrame.style.height.substring(0, iFrame.style.height.indexOf('px')); /* Calculate the position, lower right hand corner by default */ var position=new LeoHighlightsPosition(0,0); position.x=scrolledPos.x+centerDim.width-iFrameDim.width-LEO_HIGHLIGHTS_ADJUSTMENT.x; position.y=scrolledPos.y+centerDim.height-iFrameDim.height-LEO_HIGHLIGHTS_ADJUSTMENT.y; if(anchor!=null) { //centerDim in relation to the anchor element if available var topOrBottom = false; var anchorPos=_leoHighlightsGetLocation(document.body, anchor); var anchorScreenPos = new LeoHighlightsPosition(anchorPos.x-scrolledPos.x,anchorPos.y-scrolledPos.y); var anchorDim=new LeoHighlightsDimension(anchor.offsetWidth,anchor.offsetHeight) if (anchorDim.width <= 0) anchorDim.width = anchor.style.width.substring(0, anchor.style.width.indexOf('px')); if (anchorDim.height <= 0) anchorDim.height = anchor.style.height.substring(0, anchor.style.height.indexOf('px')); // Check if the popup can be shown above or below the element if (centerDim.height - anchorDim.height - iFrameDim.height - anchorScreenPos.y > 0) { // Show below, formula above calculates space below open iFrame position.y = anchorPos.y + anchorDim.height; topOrBottom = true; } else if (anchorScreenPos.y - anchorDim.height - iFrameDim.height > 0) { // Show above, formula above calculates space above open iFrame position.y = anchorPos.y - iFrameDim.height - anchorDim.height; topOrBottom = true; } _leoHighlightsDebugLog("_leoHighlightsUpdatePopupPos() - topOrBottom: "+topOrBottom); if (topOrBottom) { // We attempt top attach the window to the element position.x = anchorPos.x - iFrameDim.width / 2; if (position.x < 0) position.x = 0; else if (position.x + iFrameDim.width > scrolledPos.x + centerDim.width) position.x = scrolledPos.x + centerDim.width - iFrameDim.width; _leoHighlightsDebugLog("_leoHighlightsUpdatePopupPos() - topOrBottom: "+position); } else { // Attempt to align on the right or left hand side if (centerDim.width - anchorDim.width - iFrameDim.width - anchorScreenPos.x > 0) position.x = anchorPos.x + anchorDim.width; else if (anchorScreenPos.x - anchorDim.width - iFrameDim.width > 0) position.x = anchorPos.x - anchorDim.width; else // default to below position.y = anchorPos.y + anchorDim.height; _leoHighlightsDebugLog("_leoHighlightsUpdatePopupPos() - sideBottom: "+position); } } /* Make sure that we don't go passed the right hand border */ if(position.x+iFrameDim.width>centerDim.width-20) position.x=centerDim.width-(iFrameDim.width+20); // Make sure that we didn't go passed the start if(position.x<0) position.x=0; if(position.y<0) position.y=0; _leoHighlightsDebugLog("Popup info id: " +iFrame.id+" - "+anchor.id + "nscrolled " + scrolledPos + "ncenter/visible " + centerDim + "nanchor (absolute) " + anchorPos + "nanchor (screen) " + anchorScreenPos + "nSize (anchor) " + anchorDim + "nSize (popup) " + iFrameDim + "nResult pos " + position); // Set the popup location iFrame.style.left = position.x + "px"; iFrame.style.top = position.y + "px"; } catch(e) { _leoHighlightsReportExeception("_leoHighlightsUpdatePopupPos()",e); }
} /** * This will show the passed in element as a popup * * @param anchorId * @param size * * @return */
function _leoHighlightsShowPopup(anchorId,size)
{ try { if(_leoHighlightsSnoozed) return false; var popup=new LeoHighlightsPopup(anchorId,size); popup.show(); } catch(e) { _leoHighlightsReportExeception("_leoHighlightsShowPopup()",e); } } /** * This will transform the passed in url to a rover url * * @param url * @return */
function _leoHighlightsGetRoverUrl(url)
{ var rover=LEO_HIGHLIGHTS_ROVER_TAG; var roverUrl="http://rover.ebay.com/rover/1/"+rover+"/4?&mpre;="+encodeURI(url); return roverUrl;
} /** * Sets the size of the bottom windown part * * @param size * @return */
function _leoHighlightsSetBottomSize(size,clickId)
{ /* Get the elements */ var iFrameBottom=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_BOTTOM_ID); var iFrameDiv=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_DIV_ID); /* Figure out the correct sizes */ var iFrameBottomSize=(size==1)?LEO_HIGHLIGHTS_IFRAME_BOTTOM_CLICK_SIZE:LEO_HIGHLIGHTS_IFRAME_BOTTOM_HOVER_SIZE; var divSize=(size==1)?LEO_HIGHLIGHTS_DIV_CLICK_SIZE:LEO_HIGHLIGHTS_DIV_HOVER_SIZE; /* Refresh the iFrame's url, by removing the size arg and adding it again */ leoHighlightsUpdateUrl(iFrameBottom,size,clickId); /* Clear the hover flag, if the user shows this at full size */ _leoHighlightsPrevElem.hover=size==1?false:true; _leoHighlightsSetSize(iFrameBottom,iFrameBottomSize); _leoHighlightsSetSize(iFrameDiv,divSize);
} /** * Class for a Popup * * @param anchorId * @param size * * @return */
function LeoHighlightsPopup(anchorId,size)
{ try { _leoHighlightsDebugLog("LeoHighlightsPopup() "); this.anchorId=anchorId; this.anchor=_leoHighlightsFindElementById(this.anchorId); this.topIframe=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_TOP_ID); this.bottomIframe=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_BOTTOM_ID); this.iFrameDiv=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_DIV_ID); this.topIframe.src=unescape(this.anchor.getAttribute('leoHighlights_url_top'));; this.bottomIframe.src=unescape(this.anchor.getAttribute('leoHighlights_url_bottom'));; _leoHighlightsDebugLog("1) LeoHighlightsPopup() ("+this.topIframe.style.top+", "+this.topIframe.style.left+")"); _leoHighlightsDebugLog("2) LeoHighlightsPopup() ("+this.bottomIframe.style.top+", "+this.bottomIframe.style.left+")"); leoHighlightsSetSize(size); this.updatePos=function() { _leoHighlightsUpdatePopupPos(this.iFrameDiv,this.anchor);}; this.show=function() { this.updatePos(); this.iFrameDiv.style.visibility = "visible"; this.iFrameDiv.style.display = "block"; this.updatePos(); _leoHighlightsDebugLog("3) LeoHighlightsPopup() ("+this.topIframe.style.top+", "+this.topIframe.style.left+")"); _leoHighlightsDebugLog("4) LeoHighlightsPopup() ("+this.bottomIframe.style.top+", "+this.bottomIframe.style.left+")"); }; this.scroll=function() { this.updatePos();}; } catch(e) { _leoHighlightsReportExeception("new LeoHighlightsPopup()",e); }
} /** * updates the url for the iFrame * * @param iFrame * @param size * @param clickId * @return */
function leoHighlightsUpdateUrl(iFrame,size,clickId,destUrl)
{ try { _leoHighlightsDebugLog("leoHighlightsUpdateUrl() "+destUrl); var url=iFrame.src; var idx=url.indexOf("&size;="); if(idx>=0) url=url.substring(0,idx); // size=1; _leoHighlightsDebugLog("leoHighlightsUpdateUrl() size="+size+" "+url); if(size!=null) url+=("&size;="+size); if(clickId!=null) url+=("&clickId;="+clickId); if(destUrl!=null) url+=("&url;="+destUrl); _leoHighlightsDebugLog("leoHighlightsUpdateUrl() "+url); iFrame.src=url; } catch(e) { _leoHighlightsReportExeception("leoHighlightsUpdateUrl()",e); }
} /**
*
* This can be used to close an iframe
*
* @param id
* @return
*/
function leoHighlightsSetSize(size,clickId)
{ try { /* Get the element */ var iFrameTop=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_TOP_ID); /* Figure out the correct sizes */ var iFrameTopSize=LEO_HIGHLIGHTS_IFRAME_TOP_SIZE; /* Refresh the iFrame's url, by removing the size arg and adding it again */ leoHighlightsUpdateUrl(iFrameTop,size,clickId); _leoHighlightsSetSize(iFrameTop,iFrameTopSize); _leoHighlightsSetBottomSize(size,clickId); /* Clear the hover flag, if the user shows this at full size */ if(size==1&&_leoHighlightsPrevElem) _leoHighlightsPrevElem.hover=false; } catch(e) { _leoHighlightsReportExeception("leoHighlightsSetSize()",e); }
} /** * Start the popup a little bit delayed. * Somehow IE needs some time to find the element by id. * * @param anchorId * @param size * * @return */
function leoHighlightsShowPopup(anchorId,size)
{ try { if(_leoHighlightsSnoozed) return false; var elem=_leoHighlightsFindElementById(anchorId); if(_leoHighlightsPrevElem&&(_leoHighlightsPrevElem!=elem)) _leoHighlightsPrevElem.shown=false; elem.shown=true; _leoHighlightsPrevElem=elem; _leoHighlightsDebugLog("leoHighlightsShowPopup() "+_leoHighlightsPrevElem); /* FF needs to find the element first */ _leoHighlightsFindElementById(anchorId); setTimeout("_leoHighlightsShowPopup('"+anchorId+"','"+size+"');",10); } catch(e) { _leoHighlightsReportExeception("leoHighlightsShowPopup()",e); } } /**
*
* This can be used to close an iframe
*
* @param id
* @return
*/
function leoHighlightsHideElem(id)
{ try { /* Get the appropriate sizes */ var elem=_leoHighlightsFindElementById(id); if(elem) elem.style.visibility="hidden"; /* Clear the page for the next run through */ var iFrame=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_TOP_ID); if(iFrame) iFrame.src="about:blank"; var iFrame=_leoHighlightsFindElementById(LEO_HIGHLIGHTS_IFRAME_BOTTOM_ID); if(iFrame) iFrame.src="about:blank"; if(_leoHighlightsPrevElem) { _leoHighlightsPrevElem.shown=false; _leoHighlightsPrevElem=null; } } catch(e) { _leoHighlightsReportExeception("leoHighlightsHideElem()",e); }
} /**
*
* This can be used to close an iframe.
* Since the iFrame is reused the frame only gets hidden
*
* @return
*/
function leoHighlightsIFrameClose()
{ try { _leoHighlightsSimpleGwCallBack("LeoHighlightsHideIFrame"); } catch(e) { _leoHighlightsReportExeception("leoHighlightsIFrameClose()",e); }
} /**
*
* This is used to snooze the highlights.
*
* @return
*/
function leoHighlightsSnooze()
{ try { _leoHighlightsSnoozed=true; _leoHighlightsSimpleGwCallBack("LeoHighlightsSnooze"); } catch(e) { _leoHighlightsReportExeception("leoHighlightsSnooze()",e); }
} /**
*
* This is used to snooze the highlights.
* This gets fired into the top frame.
*
* @return
*/
function leoHighlightsSnoozeTop(id)
{ try { _leoHighlightsSnoozed=true; leoHighlightsHideElem(id); } catch(e) { _leoHighlightsReportExeception("leoHighlightsSnoozeTop()",e); }
} /** * This should handle the click events * * @param anchorId * @return */
function leoHighlightsHandleClick(anchorId)
{ try { if(_leoHighlightsSnoozed) return false; if(_leoHighlightsIsFrame()) return false; var anchor=_leoHighlightsFindElementById(anchorId); anchor.hover=false; if(anchor.startTimer) clearTimeout(anchor.startTimer); /* Report the click event */ leoHighlightsReportEvent("clicked", window.document.domain, _leoHighlightsGetAttrib(anchor,'leohighlights_keywords'),null, _leoHighlightsGetAttrib(anchor,'leohighlights_accept'), _leoHighlightsGetAttrib(anchor,'leohighlights_reject')); leoHighlightsShowPopup(anchorId,1); return false; } catch(e) { _leoHighlightsReportExeception("leoHighlightsHandleClick()",e); } } /** * This should handle the hover events * * @param anchorId * @return */
function leoHighlightsHandleHover(anchorId)
{ try { if(_leoHighlightsSnoozed) return false; if(_leoHighlightsIsFrame()) return false; var anchor=_leoHighlightsFindElementById(anchorId); anchor.hover=true; /* Report the hover event */ leoHighlightsReportEvent("hovered", window.document.domain, _leoHighlightsGetAttrib(anchor,'leohighlights_keywords'),null, _leoHighlightsGetAttrib(anchor,'leohighlights_accept'), _leoHighlightsGetAttrib(anchor,'leohighlights_reject')); leoHighlightsShowPopup(anchorId,0); return false; } catch(e) { _leoHighlightsReportExeception("leoHighlightsHandleHover()",e); } } /** * This will handle the mouse over setup timers for the appropriate timers * * @param id * @return */
function leoHighlightsHandleMouseOver(id)
{ try { if(_leoHighlightsSnoozed) return; if(_leoHighlightsIsFrame()) return; var anchor=_leoHighlightsFindElementById(id); /* Clear the end timer if required */ if(anchor.endTimer) clearTimeout(anchor.endTimer); anchor.endTimer=null; anchor.style.background=LEO_HIGHLIGHTS_BACKGROUND_STYLE_HOVER; var underline=_leoHighlightsGetAttrib(anchor,"leohighlights_underline")=='true'; /* The element is already showing we are done */ if(anchor.shown) return; /* Setup the start timer if required */ anchor.startTimer=setTimeout(function(){ leoHighlightsHandleHover(anchor.id); anchor.hover=true; },underline?LEO_HIGHLIGHTS_SHOW_DELAY_MS:LEO_HIGHLIGHTS_SHOW_DELAY_NO_UNDER_MS); } catch(e) { _leoHighlightsReportExeception("leoHighlightsHandleMouseOver()",e); }
} /** * This will handle the mouse over setup timers for the appropriate timers * * @param id * @return */
function leoHighlightsHandleMouseOut(id)
{ try { var anchor=_leoHighlightsFindElementById(id); /* Clear the start timer if required */ if(anchor.startTimer) clearTimeout(anchor.startTimer); anchor.startTimer=null; anchor.style.background=LEO_HIGHLIGHTS_BACKGROUND_STYLE_DEFAULT; if(!anchor.shown||!anchor.hover) return; /* Setup the start timer if required */ anchor.endTimer=setTimeout(function(){ leoHighlightsHideElem(LEO_HIGHLIGHTS_IFRAME_DIV_ID); anchor.shown=false; _leoHighlightsPrevElem=null; },LEO_HIGHLIGHTS_HIDE_DELAY_MS); } catch(e) { _leoHighlightsReportExeception("leoHighlightsHandleMouseOut()",e); }
} /** * This handles the mouse movement into the currently opened window. * Just clear the close timer * * @return */
function leoHighlightsHandleIFrameMouseOver()
{ try { if(_leoHighlightsPrevElem&&_leoHighlightsPrevElem.endTimer) clearTimeout(_leoHighlightsPrevElem.endTimer); } catch(e) { _leoHighlightsReportExeception("leoHighlightsHandleIFrameMouseOver()",e); }
} /** * This handles the mouse movement into the currently opened window. * Just clear the close timer * * @param id * @return */
function leoHighlightsHandleIFrameMouseOut()
{ try { if(_leoHighlightsPrevElem) leoHighlightsHandleMouseOut(_leoHighlightsPrevElem.id); } catch(e) { _leoHighlightsReportExeception("leoHighlightsHandleIFrameMouseOut()",e); }
}
/** * This is a method is used to make the javascript within IE runnable */
var leoHighlightsRanUpdateDivs=false;
function leoHighlightsUpdateDivs()
{ try { /* Check if this is an IE browser and if divs have been updated already */ if(document.all&&!leoHighlightsRanUpdateDivs&&!_leoHighlightsIsFrame()) { leoHighlightsRanUpdateDivs=true; // Set early to prevent running twice for(var i=0;i0) url=url.substring(0,idx); /* Append the text to the end */ url+="#"+encodeURI(txt); /* Set the iframe with the new url that contains the hash tag */ topIFrame.src=url; } catch(e) { _leoHighlightsReportExeception("leoHighlightsSetExpandTxt()",e); }
} /*----------------------------------------------------------------------*/
/* Methods provided to the highlight providers... */
/*----------------------------------------------------------------------*/ /** * This will set the expand text for the Top window */
function leoHL_SetExpandTxt(txt)
{ try { _leoHighlightsDebugLog("leoHL_SetExpandTxt() "+txt); _leoHighlightsSimpleGwCallBack("LeoHighlightsSetExpandTxt","expandTxt",txt); } catch(e) { _leoHighlightsReportExeception("leoHL_SetExpandTxt()",e); }
} /** * This will redirect the top window to the passed in url * * @param url * @param parentId * @return */
function leoHL_RedirectTop(url,parentId)
{ try { try{ var domain=_leoHighlightsGetUrlArg(window.document.URL,"domain") var keywords=_leoHighlightsGetUrlArg(window.document.URL,"keywords") var vendorId=_leoHighlightsGetUrlArg(window.document.URL,"vendorId") leoHighlightsReportEvent("clickthrough", domain,keywords, vendorId); }catch(e){ _leoHighlightsReportExeception("leoHL_RedirectTop()",e); } _leoHighlightsRedirectTop(url); } catch(e) { _leoHighlightsReportExeception("leoHL_RedirectTop()",e); }
} /** * This will redirect the top window to the passed in url * * @param url * @param parentId * @return */
function LeoHL_RedirectTop(url,parentId)
{ leoHL_RedirectTop(url,parentId);
} /** * This will redirect the top window to the passed in url * * @param url * @param parentId * @return */
function leoHL_RedirectTopAd(url,parentId)
{ try { try{ var domain=_leoHighlightsGetUrlArg(window.document.URL,"domain") var keywords=_leoHighlightsGetUrlArg(window.document.URL,"keywords") var vendorId=_leoHighlightsGetUrlArg(window.document.URL,"vendorId") leoHighlightsReportEvent("advertisement.click", domain,keywords, vendorId); }catch(e){ _leoHighlightsReportExeception("leoHL_RedirectTopAd()",e); } _leoHighlightsRedirectTop(url); } catch(e) { _leoHighlightsReportExeception("leoHL_RedirectTopAd()",e); }
} /** * This will set the size of the iframe * * @param url * @param parentId * * @return */
function leoHl_setSize(size,url)
{ try { /* Get the clickId */ var clickId=_leoHighlightsGetUrlArg( url,"clickId") var gwObj = new Gateway(); gwObj.addParam("size",size); if(clickId) gwObj.addParam("clickId",clickId+"_blah"); gwObj.callName("LeoHighlightsSetSize"); } catch(e) { _leoHighlightsReportExeception("leoHl_setSize()",e); }
} /** * This will toggle the size of the window * * @return */
function leoHl_ToggleSize()
{ try { var gwObj = new Gateway(); gwObj.callName("LeoHighlightsToggleSize"); } catch(e) { _leoHighlightsReportExeception("leoHl_ToggleSize()",e); }
} ");
]]>[removed]
About the Author
I am a Microsoft Certified Professional. I conduct Training and Certification Guidance for Microsoft .Net Certification Courses through my training institute-Sierra Infotech. I also own and manage a SEO Company and article Directory
.
|
|
Emergency Task LED Light $3.85 Meet the Emergency Task LED Light that's as tough and versatile as the situation calls for. This task light is engineered for emergencies with 8 ultra-bright white, yellow, and red LED bulbs that create 8 different lighting effects, including pure light for tasks and flashing light for distress signals. This super handy emergency light secures to any vehicle with 2 magnetic mounts transforming it into a repair or warning light. You can also wear this emergency light with its built in clip. A titanium finish with sporty chrome face plate and rubber control buttons give this LED light a sleek look. Requires 3 'AAA' batteries (not included). Type: Home Accents Color/Finish: Multi-Color |
|
|
I Connector for Light Bars by WAC Lighting $3.15 The WAC Lighting "I" Connector for Light Bars is a salutary fixture that helps in connecting two light bars to spread warm illumination in your home. WAC Lighting, founded in 1984, has developed a strong reputation for high quality decorative and task lighting. Based in Garden City, New York, WAC Lighting is a leading manufacturer of low voltage, line voltage and LED lighting, including track systems, transformers, lamps, cabinet lighting and recessed downlights. The WAC Lighting "I" Connector for Light Bars is available with the following: Included Features:White finish.On-off switch.Shipping: This item usually ships within three- to five business days. |
|
|
Premier Line Voltage Xenon Light Bars by WAC Lighting $39.51 The WAC Lighting Premier Line Voltage Xenon Light Bars creates a soft, glowing atmosphere and can accent virtually any home. The Premier Line Voltage Xenon Light Bars features Frosted glass lenses, steel body and abrasion resistant paint finish. WAC Lighting, founded in 1984, has developed a strong reputation for high quality decorative and task lighting. Based in Garden City, New York, WAC Lighting is a leading manufacturer of low voltage, line voltage and LED lighting, including track systems, transformers, lamps, cabinet lighting and recessed downlights. The WAC Lighting Premier Line Voltage Xenon Light Bars is available with the following: Included Features:Frosted glass lenses.Steel body.Abrasion resistant paint finish.High-low-off switch.One I Connector.UL & CUL Listed.Options:Finish: Bronze, Satin Nickel, or White.Number of Lights: 1 Light, 2 Light, 3 Light, 4 Light, or 6 Light.Lighting:1 Light option utilizes one 25 Watt 120 Volt Bi-pin Xenon lamp (included).2 Light option utilizes two 25 Watt 120 Volt Bi-pin Xenon lamps (included).3 Light option utilizes three 25 Watt 120 Volt Bi-pin Xenon lamps (included).4 Light option utilizes four 25 Watt 120 Volt Bi-pin Xenon lamps (included).6 Light option utilizes six 25 Watt 120 Volt Bi-pin Xenon lamps (included).Shipping: This item ships within five business days. Dimensions: 1- Light Option: Length 6 In., Width 3.125 In., Height 1 In. 2-Light Option: Length 12 In., Height 1 In., Width 3.125 In. 3-Light Option: Length 18 In., Width 3.125 In., Height 1 In. 4-Light Option: Length 24 In., Width 3.125 In., Height 1 In. 6-Light Option: Length 36 In., Height 1 In., Width 3.125 In. |
|
|
Roadside Emergency Magnetic LED Light $19.95 The Roadside Emergency Red LED Magnetic Light By Blazer International is a must-have item to have in your car or truck for emergency situations. With 2 heavy duty magnets, you can simply stick the light on the hood, roof or truck with ease. Placing the Roadside Emergency Red LED Magnetic Light on your vehicle while stranded on the side of the road or highway can prevent accidents by letting other drivers know where you are especially in low light or dark conditions and also help get assistance. The super bright high intensity LED makes the light visible for over 1 mile away! The light can be set to stay ON or in emergency FLASHING mode. Batteries not included. Features: Super Bright High Intensity LED Light Can Be Seen For Over 1 Mile 2 Heavy Duty Magnets Dual Function - ON or FLASH mode Multiple Safety/Hazard Uses Rubber Sealed - Water Resistant Battery Operated 4(AA) Batteries |
|
|
Keychain LED Emergency Light $1.29 OverviewPerfect for parties and special occasionsTranslucent red casing with red LED lightPowered by 2 x CR2016 batteries (included)Color of the item will be sent ramdonlySpecificationWeight Approx:7.5gSize Approx:4 x 2.5 x 0.5 cm |
|
|
Coast Products LED Area Emergency Light. $24.99 High-quality LED lantern. (5) modes from the 24 white and 4 red LED. High white LED full power emergency area light; mid white LED medium area light; low white LED low area light; red LED on emergency signal light; red LED flashing rescue/warning light. Up to 60 lumens light output. Stainless steel trim and carry handle with hang hook. Protective cages shields plastic globe. Push-button On/Off switch. Uses (4) "C" batteries. Product length 7.5". |
|
|
P3 2-in-1 Emergency Light $18.76 2-in-1 Emergency Light 8 Hour Features an automatic sensor that turns on at dusk & off at dawn Battery Emergency Light LED P3 P3 International Corporation P4860 www.p3international.com |
|
|
Coast Products LED Stretch Emergency Light. $15.99 Emergency stretch light. Stretchable casing to convert from flashlight to area light. Rubber sleeve for sure hand grip. High-quality LED. (4) modes from the 4 white and 2 red LED: Closed - use as a handheld flashlight; Open - use as an area light in white mode; emergency signal light in red mode, or rescue/warning red flashing light. Up to 15 lumens light output. Heavy rubber wrapped around bezel for shock resistance. Includes lanyard. Push-button switch. Weatherproof corrosion-resistant rubber and polymer casing. Uses (4) "AAA" batteries. Product length 4.5". |
|
|
28 LED Car Emergency Light - Brown $28.99 SpecificationsRechargeable emergency light with torch6 pcs high brightness LED lamp as torch which can be used about 100 hours continuous28 pcs high brightness LED lamp as emergency light which can be operation about 30 hours When unit is being charging , the red LED indicator will be on Turns on automatically during power outages when the lamp is plugged and switched onKeep the charging at least about 24 hours Power:2 pcs 4v 1300mah acid batteryRecharge every three months if the light is not used for a long time |
|
|
Pearl LED Linear Suspension by ET2 $880.2 An inspired, innovative pendant featuring a 20-light LED that dances through facets of clear and opaque glass. The ET2 Pearl LED Linear Suspension is a stunning study of scale, symmetry and light. Ideal for contemporary kitchen islands, dining areas and bars; or, consider creatively using it above a bed or in a home theater or den. ET2, headquartered in California, offers a range of contemporary lighting fixtures and chandeliers that utilize crisp and clean glass styles and bright metal finishes to enhance modern and contemporary interiors. ET2 is a division of the Maxim Lighting Group. The ET2 Pearl LED Linear Suspension is available with the following: Details:White glass diffuserLarge Clear beveled platePolished Chrome finishRectangular ceiling canopy120" cablesColor Temperature: 3000 KLumens: 1,74850,000 hr lifespanUL ListedLighting: Twenty 1 Watt 120 Volt LEDs; 20 Watts total (included). Shipping: This item usually ships within 4-5 business days. Dimensions: Fixture: Height 7.5 In., Width 8 In., Length 31.5 In. Suspension: Overall Length Adjustable from 18.5 In. to 124.5 In. |
|
|
LED Flashlight Emergency Charger Torch Light 220V $21.2 Description:Voltage: 220V (US buyers need to buy another voltage transformer, here is not included)LED Flashlight Emergency Charger Torch Light 220VWith built in rechargeable battery, it means that you do not have to worry about running out of batteries.LED Flashlight Torch provides double electricity LED Flashlight Torch for the 12 and 18 LED lights.Easy operation and just draw back the hand crank to open it clockwisely or counterclockwisely to produce electricity.Clamshell Type Torch is a great companion for hiking, camping, other outside activities, emergency situations.You will not need to buy batteries or bulbs for this LED Flashlight torch in a short time.Dimension: L19.0cm x W8.0cm x H8.6cmLED Color: white light.Weight: 438.6gPackage Included 1 x LED Flashlight Torch |
|
|
EP-205 Rechargeable LED Emergency Bulb Light $15.3 EP-205 Rechargeable LED emergency bulb light with 20PCS high brightness LED lampChoice between Constant ON and Remote ControlColor box has one sensitive remote control.When unit is installed and using lamp holders the red LED indicator will turn onCan be used for lighting while being chargedInside light with lead-acid (4V 900mAh) batterySpecification:Model No: EP-205Power Source: ACLife: 50,000 hoursInput Voltage: 220V EmittingColor: WhiteDiffuser: Tempered Glass BaseMaterial: AluminumElectric Current Type: DCCertification: RoHSWeight: 294gDimension: 135*80*35 mm |
|
|
Tizio LED with Floor Support by Artemide $940 An excellent task lighting choice for the ultra-modern home. The Artemide Tizio LED with Floor Support features all the distinctive balance and adjustability of the classic Tizio lamp, plus a support for conversion to a floor model and energy efficient LED lamping. Designed by Richard Sapper. Since 1959, Artemide has created a wide array of modern table lamps, floor lamps, wall sconces and suspensions. Technologically advanced, and with styles ranging from clean and refined to sculptural and avant garde, many Artemide designs--especially the Tolomeo and Tizio--have become icons of contemporary lighting design. The Artemide Tizio LED with Floor Support is available with the following: Details:Black finishFully adjustable, balanced electrical conductor arms in anti-corrosion treated aluminumChromed steel arm spacer bars with red molded thermoplastic insulatorsZinc alloy counterweightsAdjustable die-cast aluminum diffuserInner anodized aluminum high efficiency reflectorU.V. bulb protective glass360 degree rotatable base in die-cast aluminumIncorporated low voltage transformer2-intensity on/off switchLaquered steel floor support with molded thermoplastic snap-in adaptor kitUL ListedMade in ItalyDesigned by Richard SapperLighting: 8 Watt 12 Volt LED array (included). Shipping: This item usually ships within 1 week. Dimensions: Base: Diameter 3.94 In., Height 27.56 In. Fixture: Extension Adjustable to 42.5 In., Height Adjustable to 46.88 In. Fixture + Base: Overall Height 53.56 In. |
|
|
Light Bars $29.95 Custom Dynamics Light Bars Light up the night with 12 high-power dual intensity LEDs. In running light mode the LEDs?emit a low intensity but highly visible light.?Custom Dynamics Light Bars?are available?with?or without the Flashing Brake Alert mode.?When the brake on the Flashing Brake Alert model?is applied the LED will flash at a high intensity?for 5-6 seconds then go to a solid state until the brake is released. Both modes, running and brake, have been designed to create the maximum visibility. The unit is extremely easy to install with 3M tape and a 3-wire color coded electrical installation. Simply connect the Black wire to any ground wire, the Red wire to your existing brake light wire and the Blue to an existing running light power source. Works with any 12V DC electrical system without the need for load equalizers or resistors. Features: Features 12 super bright LEDs 3M double-sided tape for easy mounting 3-wire color coded easy-to-follow electrical installation "Knight Rider" side-to-side sequenced running light. Available in Non-Flash and Flash brake alert. Works with any 12V DC system No load equalizers or resistors required Dimensions: 4.7"L x .7"W x .7"H **Note: Knight Riderz Light bars can be wired independently, for example: If you only want to use the running light function simply cap off the brake light wire If you only want to use the brake light function simply cap off the running light wire |
|
|
Yo-Yo LED Mini Pendant by Forecast Lighting $198 The petite size, minimalist design and superior energy efficiency of the Forecast Lighting Yo-Yo LED Mini Pendant make it ideal for illuminating and accentuating today's contemporary kitchens, bars or other work areas. Its signature puck-shaped LED housing and support structure is finished entirely in a cool Satin Nickel. Dedicated to seeking customer feedback, Forecast Lighting has generated distinctive lighting designs that clearly stand out in a crowded marketplace. Founded in Southern California in the early 1970s as Forecast Lightolier, this unique lighting company has an in-house design team that travels the world to identify materials and trends that will ultimately result in extraordinary lighting for the home and office. The Forecast Lighting Yo-Yo LED Mini Pendant is available with the following: Details:Metal shade and supportsSatin Nickel finishCeiling canopy included72" field-cuttable aircraft cable and power cordDimmable with electronic dimmer (not included)Energy efficient LEDColor Temperature: 2700KCRI: 85350 lumensUL ListedLighting: One 7.5 Watt 120 Volt LED lamp (included). Shipping: This item usually ships within 1-2 weeks. Dimensions: Fixture: Height 2.75 In., Diameter 3 In., Overall Hanging Length Adjustable to 72 In. Cable: Length 72 In. |
|
|
Drivers' Emergency Magnet Safety Torch LED Flashlight $14.49 Description:Drivers' Emergency Magnet Safety Torch LED FlashlightThis Flash Safety Torch is multifunctional use for emergency: 1 LED lights, Side light, Point steel hammer, Sharp knife and magnet.For guard, and fireworkers and Drivers. Magnet Emergency Torch Great for power failure, emergeny, housework, traveling, camping and more.Multifunction LED Flashlight is operated by 2 AA batteries ( batteries not included )Super bright LEDs that never need replacement.With magnets, can stick on the ironwork.Seat belt cutterPoint steel hammer break car glassOne rubber button for easy opration this torch. red flashlight of both side and LED light aheadA accessory for flee for your life when driving.Comes with a solid black holderMade of durable plastic materialColor: clearSize: 17.7 x 4cmHolder: 9.7 x 4cmWeight: 167gPackage:1 x Drivers' Emergency Flashlight |
|
|
Coast Products Personal Emergency Light. $15.99 Mini personal emergency area light. 8 high-quality LED (7 white LED and 1 red LED). Up to 17 lumens light output. Push-button switch. Protective cage shields plastic globe. Durable casing. 4 modes: Low - 4 white LED; high - 7 white LED; red LED; red LED flashing. Uses (4) "AA" batteries. Product length 5.75". |
|
|
Orang w. Voice Pendant LED Emergency Light Key Ring $7.49 Description:Orang w. Voice Pendant LED Emergency Light Key Ring.New and cute LED Orang Pendant Keychain for daily use and make fun.An Orang Key Ring can wear on your neck or your keychain.Interesting orang lightens your dark return road.Soft external coated plastic material made this orang.Press the button of back head, two eyes will lighten with shouting voice.High Intensity LED and low power consumption.Powered by a 3V cell buttonColor: blackSize: 4.7 x 4.1 x 1.4cmKey chain length (contain the monkey): 8cmWeight: 18.5gPackage:1 x LED Emergency Light |
|
|
Buffalo Hand Crank Emergency LED Light FM Radio $44.66 Be prepared to communicate even without power with the hand-crank emergency radio from BuffaloEmergency accessory requires no batteries to operateCamping and outdoors equipment is perfect for power outages or emergency situationsPalm-sized FM radio with weather bandCrank to chargeMobile phone adaptor for back-up powerBright built-in LED lightRetractable antenna for enhanced connectivity |
|
|
U.F.O. 9 - In - 1 Emergency Flare by Smittybilt $19.99 LED Flashing Safety Light; U.F.O. 9 - In - 1 Emergency Flare by Smittybilt |
|
|
GE 11281 Rechargeable Power Failure LED Emergency Light $26.1 The rechargeable power failure Led night light is three lights in one. The night light has an auto on/off sensor. The flashlight stays charged and ready for use. Just remove from outlet fold the plug and go. The emergency light automatically comes on when you have a power outage. Light stays white stays bright. Long-life Led light uses pennies per year. Height: 1.20". Length: 6.75". Width: 5.30". Type: Accessories |
|
|
Wagan 2477 3 Way LED Emergency Flashlight $22.05 Functions as a 3 LED Flashlight Emergency Strobe Light and Camping Lantern Magnetic end with a hanging ring for easy attachment anywhere Includes 2 magnetic bases to stick on non-metal locations to hold the light LED bulbs last up to 100 000 hours Uses (3) AA batteries - sold separately Dimensions: 6-3/4" long x 1-7/8" diameter |
|
|
P3 International P4860 Super Bright LED Emergency Light $22.26 2-in-1 emergency night light. Keeps user prepared in case of a blackout. During a blackout the night-lights will automatically kick in and emergency light with LED that always remains fully charged can be unplugged from the outlet and carried around like a flashlight. Features an automatic sensor that turns on at dusk and off at dawn. 8-hour battery back-up. Dimensions: 8.75" L x 5.75" W x 2.75" H. Type: Accessories |
|
|
P3 P4860 5mm Automatically Kick 3 Emergency Light Led $27.56 2in1 emergency night light. Keeps user prepared in case of a blackout. During a blackout the nightlights will automatically kick in and emergency light with LED that always remains fully charged can be unplugged from the outlet and carried around like a flashlight. Features an automatic sensor that turns on at dusk and off at dawn. 8hour battery backup. Dimensions: 8.75 L x 5.75 W x 2.75 H. |
|
|
Lpx70Rwhdh - Led Exit/Emergency Light $150.21 [6582159] UPC: 662401904327 24L x 22W x 15.75H 8 LB 4.81 Cubes |
|
|
InvisiLED Light Strips by WAC Lighting $5.31 The WAC Lighting InvisiLED Light Strips is as easy to install as Peel and Stick, offering energy efficient LED lighting, long life and a crisp quality light source that is virtually invisible once installed. The InvisiLED Light Strip can be used in many applications such as miniature coves, accent lighting under counters, bars and toe kick areas and much more. The InvisiLED Light Strips features thermoplastic material. WAC Lighting, founded in 1984, has developed a strong reputation for high quality decorative and task lighting. Based in Garden City, New York, WAC Lighting is a leading manufacturer of low voltage, line voltage and LED lighting, including track systems, transformers, lamps, cabinet lighting and recessed downlights. The WAC Lighting InvisiLED Light Strips is available with the following: Included Features:Made of thermoplastic.Backed with 3M construction adhesive allowing for fast, permanent installationMale and female connectors.UL Listed. Maximum run of 25 feet per 60 watt Class 2 power supply.Options:Color: Amber, Blue, Green, Red, or White.Size: 1 feet, 2 inch, or 5 feet.Shipping: This item ships within five business days. |
|
|
Coast C7040CP Personal Emergency LED Area Light $17.97 Type: LED Selling Unit: Each Features: * Personal lantern * 8 high quality LEDs * 4 different settings include flashing red, solid red, area light and energy saving light * 17 lumen output * 30 hour runtime * Push button switch * Protective cage shields plastic globe * Curable casing * Uses 4 AA batteries * 5.75" |
|
|
37-LED E27 Rechargeable LED Emergency Lamp Light Lighting Bulb AC/DC + Free Shipping $11.64 37-LED E27 Rechargeable Emergency Lamp Light Bulb AC/DC Fixed with 37 high-bright and energy-saving LED bulbs |
|
|
White Portable Warning Emergency 33 LED Night Light Lamp $18.49 Description:33 LED Night Light has a white top light, six modes red arrow lights, very bright and unique, it can bring more convenience to you.The case of Emergency LED Lamp is made of plastic material, has lightweight, easy to carry.Two top lamps right/left, up/down rotational, this White LED Lamp is low power consumption- long battery life.Long life LED, no need to replace bulb.Top Lights Color: WhiteRed arrow light with 6 modes.Power: 3 x AA batteries (not included)With two separate buttons.Dimension: ~13.2(L) x 2.8(W) x 14(H)cmWeight: 180gPackage contains:1 x Portable Warning Light |
|
|
Bright Ideas 7501R 16 LED Magnetic Car Emergency Light Red $34.56 This super bright 16 LED light with a magnetic backing is a must for every vehicle. In case of an Emergency you can easily attach it to your car or on the ground to alert others and to protect you from passing vehicular traffic. The rechargeable model is really great so you never need to worry about replacing the batteries.The last thing you want in an emergency is to realize your batteries are out. All models are compact and highly visible. The super strong plastic casing is fully waterproof and will even float if placed in water. The strong magnet will not damage your vehicle s surface. The light has eight flash modes and includes a flashlight (steady) mode. The battery which is included can be stored for several years before needing to be replaced. |
|
|
Bright Ideas 7501A 16 LED Magnetic Car Emergency Light Amber $34.56 This super bright 16 LED light with a magnetic backing is a must for every vehicle. In case of an Emergency you can easily attach it to your car or on the ground to alert others and to protect you from passing vehicular traffic. The rechargeable model is really great so you never need to worry about replacing the batteries.The last thing you want in an emergency is to realize your batteries are out. All models are compact and highly visible. The super strong plastic casing is fully waterproof and will even float if placed in water. The strong magnet will not damage your vehicle s surface. The light has eight flash modes and includes a flashlight (steady) mode. The battery which is included can be stored for several years before needing to be replaced. |
|
|
Emergency Phone Panic Button K $28.62 - Viking emergency phone panic button kit- Connects toa Viking 1600A series emergency phone to provide a one-way talk path to the pre-programmed number when used- Will activate the 1600A series emergency phone and light a red LED to let you know your cal |
|
|
3xAA Batteries Emergency Charger with White LED Light for iPhone/iPod - Black $10.6 - Plastic casing - Compact and portable - White LED light included - Input: DC 3.6V~4.5V - Output: 5V 500mA |
|
|
Emergency Car Tool Kit $51.93 Emergency kit is an essential multi-tool for every glove compartmentAuto accessory includes flashing emergency light, LED flashlight, glass break tool, air bag punch tool, whistle, seat belt cutter and magnetic hood-mountBe prepared and keep safe with an emergency kit |
|
|
Remote Control 12 LED Rechargeable Emergency Light (Bulb Shaped) $16.99 Overview12-LED super bright emergency lightCan be used as common lamp and emergency lightDurable material ensures longer service lifePush the switch to the left for constant on mode, and push it to the right for remote control mode.At least 12 hours charging time. Recharge every three months if the light has not been used for a long time.SpecificationSuitable for: E27/B22 lamp holder.Modes: Constant ON and Remote Control.Battery: Build-in lead-acid(4v 900mAh)battery.Color: WhiteWeight Approx:190gSize Approx:14 x 9 x 9 cmPackage Contents: 1 x emergency light1 x remote control |
|
|
Tele-Dex Sentina LED-92M Smart Rechargeable LED Emergency Light. Each $29.99 Manufacturer: Tele-Dex. Each. Features Built-in bright 3-LED lights will last a lifetime Built-in NiMH rechargeable battery for unlimited power 4 Valuable functions in 1 compact unit: motion detector light, power failure light, emergency 3-LED flashlight |


US $49.99





























































































