poetictech.com - information about domain
- Server Status: available
- Server IP: 216.251.32.98
- Server Response Time: 443ms
Site title
Poetic Technologies: Home
Alexa information
Alexa rank: 4,710,957
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| poetictech.com | IN | SOA | 3600 | mname: domains1.uniserve.com rname: dns-admin.uniserve.com serial: 2011011300 refresh: 7200 retry: 1800 expire: 604800 minimum-ttl: 3600 |
||
| poetictech.com | IN | MX | 3600 | mx2.megamailservers.com | pri: 100 | |
| poetictech.com | IN | MX | 3600 | mx3.megamailservers.com | pri: 110 | |
| poetictech.com | IN | MX | 3600 | mx1.megamailservers.com | pri: 10 | |
| poetictech.com | IN | A | 216.251.32.98 | 3600 | ||
| poetictech.com | IN | NS | 3600 | domains1.uniserve.com | ||
| poetictech.com | IN | NS | 3600 | domains2.uniserve.com |
Server Location
Site source
Show / hide source
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Poetic Technologies: Home</title>
<csactions>
<csaction name="B5BCEAF00" class="Preload Image" type="ONLOAD" val0="index-images/centre-echo.jpg">
<csaction name="B5BCEB4D1" class="Preload Image" type="ONLOAD" val0="index-images/centre-aura.jpg">
<csaction name="B5BCEB532" class="Preload Image" type="ONLOAD" val0="index-images/centre-elan.jpg">
<csaction name="B5BCEB593" class="Preload Image" type="ONLOAD" val0="index-images/centre-epic.jpg">
<csaction name="B5BCEB5F4" class="Preload Image" type="ONLOAD" val0="index-images/centre-muse.jpg">
<csaction name="B5BCEB655" class="Preload Image" type="ONLOAD" val0="index-images/centre-spirit.jpg">
<csaction name="B5BCEBA97" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre-aura.jpg">
<csaction name="B5BCEBD38" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre.jpg">
<csaction name="B5BCEBF69" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre-aura.jpg">
<csaction name="B5BCEBF610" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre.jpg">
<csaction name="B5BCEC5B11" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre-elan.jpg">
<csaction name="B5BCEC7312" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre.jpg">
<csaction name="B5BCEC8E13" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre-epic.jpg">
<csaction name="B5BCEC8E14" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre.jpg">
<csaction name="B5BCED0B15" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre-muse.jpg">
<csaction name="B5BCED0B16" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre.jpg">
<csaction name="B5BCED4617" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre-spirit.jpg">
<csaction name="B5BCED4618" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre.jpg">
<csaction name="B5BCED8319" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre-echo.jpg">
<csaction name="B5BCED8320" class="Set Image URL" type="ONEVENT" val0="rollover" val1="index-images/centre.jpg">
</csactions>
<csactionitem name="B5BCEB4D1"></csactionitem>
<csactionitem name="B5BCEAF00"></csactionitem>
<csactionitem name="B5BCEB532"></csactionitem>
<csactionitem name="B5BCEB593"></csactionitem>
<csactionitem name="B5BCEB5F4"></csactionitem>
<csactionitem name="B5BCEB655"></csactionitem>
<csscriptdict>
<script><!--
CSStopExecution = false;
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
idxArray[i] = i;
CSAction2(CSInit, idxArray);
}
CSStopExecution = false;
function CSAction(array) {
return CSAction2(CSAct, array);
}
function CSAction2(fct, array) {
var result;
for (var i=0;i<array.length;i++) {
if(CSStopExecution) return false;
var actArray = fct[array[i]];
if(actArray == null) return false;
var tempArray = new Array;
for(var j=1;j<actArray.length;j++) {
if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
if(actArray[j][0] == "VAR") {
tempArray[j] = CSStateArray[actArray[j][1]];
}
else {
if(actArray[j][0] == "ACT") {
tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
}
else
tempArray[j] = actArray[j];
}
}
else
tempArray[j] = actArray[j];
}
result = actArray[0](tempArray);
}
return result;
}
CSAct = new Object;
CSImages=new Array();
function CSPreloadImage(action) {
if (document.images) { CSImages[CSImages.length]=new Image(); CSImages[CSImages.length-1].src=action[1]; }
}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { return CSFindElement(s,0); }
function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
var curDoc = ly ? ly.document : document; var elem = curDoc[n];
if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {
elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
return elem;
}
function CSSetImageURL(action) {
var img = null;
if (document.images) {
if (!IsIE()) img = CSFindElement(action[1],0);
else img = document.images[action[1]];
if (img) img.src = action[2];
}
}
// --></script>
</csscriptdict>
<csactiondict>
<script><!--
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'index-images/centre-aura.jpg');
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'index-images/centre-echo.jpg');
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'index-images/centre-elan.jpg');
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'index-images/centre-epic.jpg');
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'index-images/centre-muse.jpg');
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'index-images/centre-spirit.jpg');
CSAct[/*CMP*/ 'B5BCEBA97'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre-aura.jpg');
CSAct[/*CMP*/ 'B5BCEBD38'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre.jpg');
CSAct[/*CMP*/ 'B5BCEBF69'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre-aura.jpg');
CSAct[/*CMP*/ 'B5BCEBF610'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre.jpg');
CSAct[/*CMP*/ 'B5BCEC5B11'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre-elan.jpg');
CSAct[/*CMP*/ 'B5BCEC7312'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre.jpg');
CSAct[/*CMP*/ 'B5BCEC8E13'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre-epic.jpg');
CSAct[/*CMP*/ 'B5BCEC8E14'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre.jpg');
CSAct[/*CMP*/ 'B5BCED0B15'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre-muse.jpg');
CSAct[/*CMP*/ 'B5BCED0B16'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre.jpg');
CSAct[/*CMP*/ 'B5BCED4617'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre-spirit.jpg');
CSAct[/*CMP*/ 'B5BCED4618'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre.jpg');
CSAct[/*CMP*/ 'B5BCED8319'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre-echo.jpg');
CSAct[/*CMP*/ 'B5BCED8320'] = new Array(CSSetImageURL,/*CMP*/ 'rollover',/*URL*/ 'index-images/centre.jpg');
// --></script>
</csactiondict>
</head>
<body bgcolor="black" link="blue" alink="#94740d" vlink="#caaa0e" text="white" onload="CSScriptInit();">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="671">
<tr>
<td width="588">
<table border="0" cellpadding="0" cellspacing="0" width="588">
<tr>
<td><img src="index-images/1.jpg" width="588" height="546" border="0" usemap="#1b5bceabd"><map name="1b5bceabd"><area href="epic/index.html" coords="395,101,564,242" shape="rect" onmouseover="CSAction(new Array(/*CMP*/'B5BCEC8E13'));return true;" csover="B5BCEC8E13" onmouseout="CSAction(new Array(/*CMP*/'B5BCEC8E14'));" csout="B5BCEC8E14"><area href="aura/index.html" coords="142,319,399,549" shape="rect" onmouseover="CSAction(new Array(/*CMP*/'B5BCEBA97'));return true;" csover="B5BCEBA97" onmouseout="CSAction(new Array(/*CMP*/'B5BCEBD38'));" csout="B5BCEBD38"></map></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="588">
<tr>
<td width="394"><img src="index-images/2.jpg" width="394" height="414" border="0" usemap="#2b5bcebf0"><map name="2b5bcebf0"><area href="aura/index.html" coords="141,2,398,91" shape="rect" onmouseover="CSAction(new Array(/*CMP*/'B5BCEBF69'));return true;" csover="B5BCEBF69" onmouseout="CSAction(new Array(/*CMP*/'B5BCEBF610'));" csout="B5BCEBF610"></map></td>
<td width="194">
<table border="0" cellpadding="0" cellspacing="0" width="194">
<tr>
<td><img src="index-images/centre.jpg" width="194" height="68" name="rollover"></td>
</tr>
<tr>
<td><img src="index-images/3.jpg" width="194" height="346" border="0" usemap="#3b5bcec13"><map name="3b5bcec13"><area href="elan/index.html" coords="2,88,171,241" shape="rect" onmouseover="CSAction(new Array(/*CMP*/'B5BCEC5B11'));return true;" csover="B5BCEC5B11" onmouseout="CSAction(new Array(/*CMP*/'B5BCEC7312'));" csout="B5BCEC7312"></map></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="412">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="140">
<tr>
<td><img height="121" width="140" src="index-images/2pix-black.gif"></td>
</tr>
<tr>
<td><img src="index-images/4.jpg" width="140" height="718" border="0" usemap="#4b5bceccb"><map name="4b5bceccb"><area href="spirit/index.html" coords="0,422,127,599" shape="rect" onmouseover="CSAction(new Array(/*CMP*/'B5BCED4617'));return true;" csover="B5BCED4617" onmouseout="CSAction(new Array(/*CMP*/'B5BCED4618'));" csout="B5BCED4618"><area href="muse/index.html" coords="1,121,122,274" shape="rect" onmouseover="CSAction(new Array(/*CMP*/'B5BCED0B15'));return true;" csover="B5BCED0B15" onmouseout="CSAction(new Array(/*CMP*/'B5BCED0B16'));" csout="B5BCED0B16"></map></td>
</tr>
<tr>
<td><img height="121" width="140" src="index-images/2pix-black.gif"></td>
</tr>
</table>
</td>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="140">
<tr>
<td><img height="258" width="272" src="index-images/2pix-black.gif"></td>
</tr>
<tr>
<td><img src="index-images/5.jpg" width="272" height="442" border="0" usemap="#5b5bced7e"><map name="5b5bced7e"><area href="contact/contact.html" coords="190,257,270,310" shape="rect"><area href="poetic/poetic.html" coords="193,133,268,186" shape="rect"><area href="echo/index.html" coords="0,138,131,304" shape="rect" onmouseover="CSAction(new Array(/*CMP*/'B5BCED8319'));return true;" csover="B5BCED8319" onmouseout="CSAction(new Array(/*CMP*/'B5BCED8320'));" csout="B5BCED8320"></map></td>
</tr>
<tr>
<td><img height="260" width="272" src="index-images/2pix-black.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>