WHOIS Service

lacesinc.com - information about domain

  • Server Status: available
  • Server IP: 64.71.33.82
  • Server Response Time: 481ms

Site title

L.A.C.E.S. Inc.

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
lacesinc.com IN SOA 3600 mname: dns1.valueweb.com
rname: hostmaster.valueweb.net
serial: 2012022400
refresh: 3600
retry: 900
expire: 604800
minimum-ttl: 1800
lacesinc.com IN MX 3600 mx.lacesinc.com pri: 10
lacesinc.com IN A 64.71.33.82 3600
lacesinc.com IN NS 3600 dns2.valueweb.com
lacesinc.com IN NS 3600 dns3.valueweb.com
lacesinc.com IN NS 3600 dns1.valueweb.com

Server Location

Site source

Show / hide source
                
<html>

<head>
<title>L.A.C.E.S. Inc.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">

a:link{color:#000000;text-decoration:none}
a:visited{color:#000000;text-decoration:none}
a:active{color:#000000;text-decoration:none}
a:hover{color:#000000;text-decoration:none}

a.nav1:link{color:#ffffff;text-decoration:none}
a.nav1:visited{color:#ffffff;text-decoration:none}
a.nav1:active{color:#ffffff;text-decoration:none}
a.nav1:hover{color:#cccccc;text-decoration:none}

.form_table{
    background-color: #ffffff;
    border: 2px solid #cccccc;
    font-family: century gothic;
    font-size: 12px;
    }

#dropmenudiv{
    border:1px solid black;
    border-bottom-width: 0px;
    font:normal 12px Century Gothic;
    line-height:22px;
    position:absolute;
    z-index:100;
    }

#dropmenudiv a{
    border-bottom: 1px solid black;
    display: block;
    font-weight: bold;
    padding: 1px;
    text-decoration: none;
    text-indent: 3px;
    width: 173px;
    }

#dropmenudiv a:hover{
    background-color: #cccccc;
    }

</style>

<script type="text/javascript">

var menu1=new Array()
menu1[0]='<a href="?page=seminars&id=march">March 2012</a>'
menu1[1]='<a href="?page=seminars&id=april">April 2012</a>'
menu1[2]='<a href="?page=seminars&id=june">June 2012</a>'
menu1[3]='<a href="?page=seminars&id=sept">September 2012</a>'

var menu2=new Array()
menu2[0]='<a href="http://www.gulfshores.com/" target="_blank">Gulf Shores</a>'
menu2[1]='<a href="http://www.huntsville.org/" target="_blank">Hunstville</a>'
        
var menuwidth='175px' //default menu width
var menubgcolor='#ffffff'  //menu bgcolor
var disappeardelay='250'  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick='yes' //hide menu when user clicks within menu?

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)

dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

</script>

</head>

<body bgcolor='cccf79' topmargin='0px'>
<table style='background-image: url(imgs/header.jpg);width: 680px;height: 290px;border-left: 3px solid #ffffff;border-right: 3px solid #ffffff;' align='center' cellpadding='0px' cellspacing='0px'>
 <tr>
  <td>
<a href='http://www.lacesinc.com'><img src='imgs/no.gif' width='674px' height='280px' border='0px' /></a>
  </td>
 </tr>
</table>

<table style='background-image: url(imgs/nav_bar.gif);width: 680px;height: 35px;border-left: 3px solid #ffffff;border-right: 3px solid #ffffff;font-family: verdana;font-size: 14px;color: #ffffff;font-weight: bold;' align='center'>
 <tr>
  <td width='10px'>
  </td>
  <td>
<a href='index.php' class='nav1' onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '')" onMouseout="delayhidemenu()">Seminars</a> 
&nbsp; &nbsp;
<a href='index.php?page=registration' class='nav1'>Registration</a>
&nbsp; &nbsp;
<a href='?page=vendors' class='nav1'>Vendors</a>
&nbsp; &nbsp;
<a href='index.php' class='nav1' onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '')" onMouseout="delayhidemenu()">Attractions</a>
&nbsp; &nbsp;
<a href='?page=contact' class='nav1'>Contact Us</a>
  </td>
 </tr>
</table>

<table style='background-color: #ffffff;background-image: url(imgs/bg.gif);width: 680px;border-left: 3px solid #ffffff;border-right: 3px solid #ffffff;font-family: century gothic;font-size: 12px;' align='center' cellpadding='0px' cellspacing='0px'>
 <tr>
  <td>


<br />
<table cellpadding='0px' cellspacing='3px'>
 <tr>
  <td valign='top'>
 
<img src='imgs/perdido1.gif' />

  </td>
  <td style='font-family: verdana;font-size: 12px;' valign='top'>

<b>Lower Alabama Continuing Education Seminars, Inc.</b><br>
&nbsp; &nbsp; Lower Alabama Continuing Education Seminars is a series of educational seminars for Certified Registered Nurse Anesthetists.  We offer four seminars each year, three in Gulf Shores, Alabama as well as one each year in Huntsville, Alabama.
<br /><br />
&nbsp; &nbsp; You may register for a seminar by choosing from the seminar's drop down list above, or by clicking the registration link above if you already know which seminar you wish to attend.
<br /><br />
&nbsp; &nbsp; At L.A.C.E.S., we believe in having a good time while continuing our education in anesthesia.  We look forward to seeing you there!<br><br>
</td>

<tr>
<td style='font-family: verdana;font-size: 12px;' valign='top' align='center' colspan='2'>
<b>LACES Inc. Upcoming 2012 Dates:</b><br>
<ul>
    <li>March 16-18, 2012 - Perdido Beach Resort, Orange Beach, AL</li>
    <li>March 30-31, April 1, 2012 - Embassy Suites Hunstville, Huntsville, AL</li>
    <li>June 29-30, July 1, 2012 - Perdido Beach Resort, Orange Beach, AL</li>
    <li>September 14-16, 2012 - Perdido Beach Resort, Orange Beach, AL</li>
</ul>
  </td>
 </tr>
</table>

<center>-----------------------------------------------------------------------------------------------------------------------------------------------------------
</center>
<br />
<div style='font-family: verdana;font-size: 12px;'>
 &nbsp; &nbsp; L.A.C.E.S. continually strives to offer outstanding educational programs with nationally known speakers and topics relevant to our daily anesthesia practices.
Our seminars are held  at the Perdido Beach Resort in Orange Beach, Alabama, and Embassy Suites Hotel in Huntsville, AL. Orange Beach and Huntsville offer many attractions that both you and your family can enjoy. So why not bring your spouse and kids and play on the beach or, if in Huntsville, visit the Space and Rocket Center. These are just a few reasons we believe L.A.C.E.S. Inc. offers you the perfect package while earning your continuing education credits.</div>

<br /><br />

  </td>
 </tr>
</table>

<table style='background-color: #a10303;width: 680px;height: 50px;border-left: 3px solid #ffffff;border-right: 3px solid #ffffff;font-family: verdana;font-size: 10px;color: #ffffff;' align='center'>
 <tr>
  <td align='left' width='175px'>
<a href='http://www.westsdesigns.com' target='_blank' title="Web Design & Maintenance by West's Designs"><img src='imgs/wd.gif' border='0px' alt="Web Design & Maintenance by West's Designs"/></a>
  </td>
  <td align='left'>
<center>
&copy; 2008 Lower Alabama Continuing Education Seminars, Inc.<br />
1816 Catala Road, Birmingham, AL 35216
</center>
  </td>
  <td width='175px' align='right'>
<img src='imgs/laces.gif' border='0px' />
  </td>
 </tr>
</table>

</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...