magicworldinternational.com - information about domain
- Server Status: available
- Server IP: 81.169.145.69
- Server Response Time: 58ms
Description
Onlineshop für esoterische Artikel
Alexa information
Alexa rank: not in database
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| magicworldinternational.com | IN | SOA | 7200 | mname: docks07.rzone.de rname: hostmaster.strato-rz.de serial: 2009050802 refresh: 86400 retry: 7200 expire: 604800 minimum-ttl: 86400 |
||
| magicworldinternational.com | IN | MX | 7200 | mx.freenet.de | pri: 10 | |
| magicworldinternational.com | IN | A | 81.169.145.69 | 7200 | ||
| magicworldinternational.com | IN | NS | 7200 | docks07.rzone.de | ||
| magicworldinternational.com | IN | NS | 7200 | shades18.rzone.de |
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="content-language" content="de" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="expires" content="0" />
<meta name="author" content="magicworldinternational.com" />
<meta name="description" content="Onlineshop für esoterische Artikel" />
<meta name="keywords" lang="de" content="Magie,voodoo,kerze,glaskerze,magische öle,zauber,rituale,engel,engelmagie,erzengel,gypsi öle,high-magic,liebeszauber,wunschzauber,räucherung,räucherstäbchen,7-tage-kerze,dämonen,zaubersprüche,kostenlose grusskarten<meta name="verify-v1" content="/r7cHh1PpI+K6EB+VNwkbo34dB5iSgqMUOCQpvJWWmU=" />" />
<meta name="generator" content="web to date 8.0" />
<link rel="stylesheet" type="text/css" href="./assets/sf.css" />
<link rel="stylesheet" type="text/css" href="./assets/sd.css" />
<link rel="stylesheet" type="text/css" href="./assets/sc.css" />
<link rel="stylesheet" type="text/css" href="./assets/ssb.css" />
<link rel="stylesheet" type="text/css" href="./assets/scal.css" />
<script type="text/javascript">
///<![CDATA[
var SERVICESCRIPT = './s2dservice.php';
///]]>
</script>
<script src="./assets/s2dput.js" type="text/javascript"></script>
<script type="text/javascript" src="./assets/jq.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
jQuery.extend( jQuery.easing,
{
easeStage: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t + b;
return c/2*((t-=2)*t*t + 2) + b;
}
});
$(document).ready(function () {
$('#searchcriteria').focus(function() {
if (this.value==this.defaultValue) {
this.value='';
}
$('#searchbox').css('border-color','#AEBEF4');
}).blur(function() {
if (this.value=='') {
this.value=this.defaultValue;
}
$('#searchbox').css('border-color','#eeeeee');
});
var defaultSrc=$('#eyecatcher').attr('src');
var eyecatcher=$('#eyecatcher');
var lastSrc=defaultSrc;
var eyecatcherSrc = new Array();
var myTimeout;
eyecatcherSrc.push(defaultSrc);
eyecatcherSrc.push("");
eyecatcherSrc.push("");
eyecatcherSrc.push("");
eyecatcherSrc.push("");
eyecatcherSrc.push("");
eyecatcherSrc.push("");
eyecatcherSrc.push("");
eyecatcherSrc.push("");
for(var i=0;i<eyecatcherSrc.length;i++) {
if (eyecatcherSrc[i]=='') {
eyecatcherSrc[i]=defaultSrc;
}
}
function loadImage(src) {
if (src!=lastSrc) {
lastSrc=src;
if (myTimeout) {
window.clearTimeout(myTimeout);
}
myTimeout = window.setTimeout(function() {
var imagePreloader = new Image();
imagePreloader.mySrc=src;
imagePreloader.onload = function() {
if (imagePreloader.mySrc==lastSrc) {
eyecatcher.stop(true).queue(function() {
if ($(this).attr('src')!=imagePreloader.mySrc)
{
eyecatcher.fadeTo(100,0).queue(function() {eyecatcher.attr('src',src);$(this).dequeue();}).fadeTo(500,1);
} else {
eyecatcher.fadeTo(200,1);
}
$(this).dequeue();
});
}
imagePreloader.onload=function(){};
};
imagePreloader.src = src;
}, 1000);
};
}
loadImage(eyecatcherSrc[0]);
$('#stage .maintopicbox').each(function(i) {
$(this).css({'left':i*155+'px'});
$(this).hover(function() {
if($(this).children('a').length>1) {
loadImage(eyecatcherSrc[i+1]);
$(this).stop().animate({'top': 0}, {duration:500, easing:'easeStage'});
} else {
loadImage(eyecatcherSrc[i+1]);
}
}, function() {
if($(this).children('a').length>1) {
$(this).stop().animate({'top': 270}, {duration:500, easing:'easeStage'});
}
loadImage(eyecatcherSrc[0]);
});
});
$('#stage .maintopicbox a').each(function() {
$(this).hover(function() {
if ($(this).parent().position().top ==0 || $(this).siblings('a').length==0) {
$(this).css({'background-color':'#888888'})
}
}, function() {
if ($(this).parent().position().top ==0 || $(this).siblings('a').length==0) {
$(this).css({'background-color':'#000000'})
}
});
});
$('#nav>ul>li>ul>li').each(function() {
$(this).hover(function() {
$(this).children('ul').eq(0).css({'width':0}).show().stop().animate({'width': 185},{duration: 200, easing:'easeStage'});
}, function() {
$(this).children('ul').eq(0).stop().animate({'width': 0},{duration: 100, easing:'easeStage', complete: function() {$(this).hide();}});
});
});
});
/* ]]> */
</script>
</head>
<body>
<meta name="verify-v1" content="/r7cHh1PpI+K6EB+VNwkbo34dB5iSgqMUOCQpvJWWmU=" >
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10456809-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<div id="maincol">
<div id="topcol"></div>
<div id="title">
<a href="./index.php">Startseite</a>
| <a href="./impressum.php">Impressum</a>
| <a href="./agb.php">AGB</a>
| <a href="./consumer.php">Widerrufsrecht</a>
| <a href="./security.php">Datenschutz</a>
| <a href="./help.php">Hilfe</a>
| <a href="./shipping.php">Versand</a>
<div id="searchbox">
<form action="./fts.php" method="get">
<input id="searchcriteria" value="Suchen nach ..." type="text" name="criteria" maxlength="30" />
<input id="searchsubmit" type="image" src="./images/psearch.gif" />
</form>
</div>
</div>
<div id="stage">
<img src="./images/back4_eyecatcher.jpg" width="930" height="300" id="eyecatcher" alt="" border="0"/>
<div class="maintopicbox">
<a href="./valentinsspecial/index.php" class="maintopic">Osterspecial</a>
</div>
<div class="maintopicbox">
<a href="./sacredheart/index.php" class="maintopic">Sacred Heart</a>
</div>
<div class="maintopicbox">
<a href="./laflamme/index.php" class="maintopic">La Flamme</a>
<a href="./laflamme/zauberperlen/index.php" class="topic">Zauberperlen</a>
<a href="./laflamme/liebeswolken/index.php" class="topic">Liebeswolken</a>
<a href="./laflamme/liebeskerzen/index.php" class="topic">Liebeskerzen</a>
<a href="./laflamme/liebesnektar/index.php" class="topic">Liebesnektar</a>
</div>
<div class="maintopicbox">
<a href="./spellbound/index.php" class="maintopic">Spellbound</a>
<a href="./spellbound/firespells/index.php" class="topic">Firespells</a>
<a href="./spellbound/spellboundcosmetic/index.php" class="topic">Spellbound-Cosmetic</a>
<a href="./spellbound/magicschmuck/index.php" class="topic">Spellbound-Glamour</a>
<a href="./spellbound/spellboundkerzen/index.php" class="topic">Spellboundkerzen</a>
<a href="./spellbound/spellbound-oele/index.php" class="topic">Spellbound Öle</a>
<a href="./spellbound/magische-raumduefte/index.php" class="topic">Magische Raumdüfte</a>
</div>
<div class="maintopicbox">
<a href="./salome/index.php" class="maintopic">Salomé</a>
<a href="./salome/tempelrituale/index.php" class="topic">Tempelrituale</a>
<a href="./salome/magischetinte/index.php" class="topic">Magische Tinte</a>
<a href="./salome/salomeraumsprays/index.php" class="topic">Salomé Raumsprays</a>
<a href="./salome/magischeparfuemcremes/index.php" class="topic">Magische Parfümcremes</a>
<a href="./salome/spruehseifen/index.php" class="topic">Sprühseifen</a>
<a href="./salome/showergel/index.php" class="topic">Showergel</a>
<a href="./salome/salomeparfuem/index.php" class="topic">Salome Parfüm</a>
<a href="./salome/zauberkristalle/index.php" class="topic">Zauberkristalle</a>
</div>
<div class="maintopicbox">
<a href="./auratouch/index.php" class="maintopic">AuraTouch</a>
<a href="./auratouch/auramist/index.php" class="topic">Aura Mist</a>
<a href="./auratouch/aurawash/index.php" class="topic">Aura Wash</a>
<a href="./auratouch/aurasilk/index.php" class="topic">Aura Silk</a>
<a href="./auratouch/auraglamour/index.php" class="topic">Aura Glamour</a>
<a href="./auratouch/aurabath/index.php" class="topic">Aura Bath</a>
</div>
</div>
<div id="nav">
<ul><li><a href="./s2dbskt.php"><span id="basketquantity">0</span>
Artikel, <span id="baskettotal">0,00</span>
EUR</a>
<ul>
<li><a href="./s2dbskt.php#memo">Merkzettel anzeigen</a></li>
<li><a href="./s2dbskt.php">Warenkorb anzeigen</a></li>
<li><a href="./s2dlogin.php?sid=e5e5dc55e337d3669888d5c024c595b4&r=7068702e726464616432732f2e"
>Zur Kasse gehen</a></li>
<li><a href="./s2duser.php?sid=e5e5dc55e337d3669888d5c024c595b4"
>Mein Konto</a></li>
</ul>
</li></ul>
<ul><li><a href="./valentinsspecial/index.php">Osterspecial</a>
</li></ul>
<ul><li><a href="./kerzen/index.php">Kerzen</a>
<ul>
<li><a class=" " href="./kerzen/glaskerzen-1/index.php">Glaskerzen</a>
</li>
<li><a class=" " href="./kerzen/high-magic-glaskerzen/index.php">High-Magic-Glaskerzen</a>
</li>
<li><a class=" " href="./kerzen/holyblessings/index.php">Holy Blessings</a>
</li>
<li><a class=" " href="./kerzen/voodoomamboglaskerzen/index.php">Mambo-Glaskerzen</a>
</li>
<li><a class=" " href="./kerzen/dracolights/index.php">Draco-Lights</a>
</li>
<li><a class=" " href="./kerzen/shamanicglaskerzen/index.php">Shamanic-Glaskerzen</a>
</li>
<li><a class=" " href="./kerzen/shamanicritualkerzen/index.php">Shamanic-Ritualkerzen</a>
</li>
<li><a class=" " href="./kerzen/neworleansglaskerzen/index.php">New Orleans Glaskerzen</a>
</li>
<li><a class=" " href="./kerzen/hexenglaskerzen/index.php">Hexenglaskerzen</a>
</li>
<li><a class=" " href="./kerzen/erzengelglaskerzen/index.php">Erzengelglaskerzen</a>
</li>
<li><a class=" " href="./kerzen/voodoomastercandle/index.php">Voodoo Master Candle</a>
</li>
<li><a class=" " href="./kerzen/priesterkerzen/index.php">Priesterkerzen</a>
</li>
<li><a class=" " href="./kerzen/goddess/index.php">GODDESS</a>
</li>
<li><a class=" " href="./kerzen/pharao/index.php">Pharao</a>
</li>
<li><a class=" " href="./kerzen/spellboundkerzen/index.php">Spellboundkerzen</a>
</li>
<li><a class=" " href="./kerzen/salome-glaskerzen/index.php">Salomé Glaskerzen</a>
</li>
<li><a class=" " href="./kerzen/voodoo-glaskerzenrituale/index.php">Voodoo-Glaskerzenrituale</a>
</li>
<li><a class=" " href="./kerzen/wizard/index.php">WIZARD</a>
</li>
<li><a class=" " href="./kerzen/flowers/index.php">Flowers</a>
</li>
<li><a class=" " href="./kerzen/evokationskerzen/index.php">Evokationskerzen</a>
</li>
<li><a class=" " href="./kerzen/maharadscha-glaskerzen/index.php">Maharadscha-Glaskerzen</a>
</li>
<li><a class=" " href="./kerzen/glaskerzen/index.php">Double Action</a>
</li>
<li><a class=" " href="./kerzen/liebeskerzen/index.php">Liebeskerzen</a>
</li>
<li><a class=" " href="./kerzen/eternalcandles/index.php">Eternal Candles</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./sacredheart/index.php">Sacred Heart</a>
</li></ul>
<ul><li><a href="./laflamme/index.php">La Flamme</a>
<ul>
<li><a class=" " href="./laflamme/zauberperlen/index.php">Zauberperlen</a>
</li>
<li><a class=" " href="./laflamme/liebeswolken/index.php">Liebeswolken</a>
</li>
<li><a class=" " href="./laflamme/liebeskerzen/index.php">Liebeskerzen</a>
</li>
<li><a class=" " href="./laflamme/liebesnektar/index.php">Liebesnektar</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./spellbound/index.php">Spellbound</a>
<ul>
<li><a class=" " href="./spellbound/firespells/index.php">Firespells</a>
</li>
<li><a class=" more" href="./spellbound/spellboundcosmetic/index.php">Spellbound-Cosmetic</a>
<ul>
<li><a href="./spellbound/spellboundcosmetic/bodylotion/index.php">Bodylotion</a></li>
<li><a href="./spellbound/spellboundcosmetic/magischeparfueme/index.php">Magische Parfüme</a></li>
<li><a href="./spellbound/spellboundcosmetic/haarpflege/index.php">Haarpflege</a></li>
<li><a href="./spellbound/spellboundcosmetic/dekolletecremes/index.php">Dekolleté Cremes</a></li>
<li><a href="./spellbound/spellboundcosmetic/eroticspells/index.php">Erotic-Spells</a></li>
<li><a href="./spellbound/spellboundcosmetic/handcremebadepuder/index.php">Handcreme & Badepuder</a></li>
</ul>
</li>
<li><a class=" more" href="./spellbound/magicschmuck/index.php">Spellbound-Glamour</a>
<ul>
<li><a href="./spellbound/magicschmuck/colliers/index.php">Colliers</a></li>
<li><a href="./spellbound/magicschmuck/armbaender/index.php">Armbänder</a></li>
<li><a href="./spellbound/magicschmuck/ringeohrringe/index.php">Ringe & Ohrringe</a></li>
</ul>
</li>
<li><a class=" " href="./spellbound/spellboundkerzen/index.php">Spellboundkerzen</a>
</li>
<li><a class=" " href="./spellbound/spellbound-oele/index.php">Spellbound Öle</a>
</li>
<li><a class=" " href="./spellbound/magische-raumduefte/index.php">Magische Raumdüfte</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./salome/index.php">Salomé</a>
<ul>
<li><a class=" " href="./salome/tempelrituale/index.php">Tempelrituale</a>
</li>
<li><a class=" " href="./salome/magischetinte/index.php">Magische Tinte</a>
</li>
<li><a class=" " href="./salome/salomeraumsprays/index.php">Salomé Raumsprays</a>
</li>
<li><a class=" " href="./salome/magischeparfuemcremes/index.php">Magische Parfümcremes</a>
</li>
<li><a class=" " href="./salome/spruehseifen/index.php">Sprühseifen</a>
</li>
<li><a class=" " href="./salome/showergel/index.php">Showergel</a>
</li>
<li><a class=" " href="./salome/salomeparfuem/index.php">Salome Parfüm</a>
</li>
<li><a class=" " href="./salome/zauberkristalle/index.php">Zauberkristalle</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./auratouch/index.php">AuraTouch</a>
<ul>
<li><a class=" " href="./auratouch/auramist/index.php">Aura Mist</a>
</li>
<li><a class=" " href="./auratouch/aurawash/index.php">Aura Wash</a>
</li>
<li><a class=" " href="./auratouch/aurasilk/index.php">Aura Silk</a>
</li>
<li><a class=" " href="./auratouch/auraglamour/index.php">Aura Glamour</a>
</li>
<li><a class=" " href="./auratouch/aurabath/index.php">Aura Bath</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./maharadscha/index.php">Maharadscha</a>
<ul>
<li><a class=" " href="./maharadscha/magischejuwelen/index.php">Magische Juwelen</a>
</li>
<li><a class=" more" href="./maharadscha/samtseide/index.php">Samt & Seide</a>
<ul>
<li><a href="./maharadscha/samtseide/magischeseifen/index.php">Magische Seifen</a></li>
<li><a href="./maharadscha/samtseide/magischekoerpercremes/index.php">Magische Körpercremes</a></li>
</ul>
</li>
<li><a class=" " href="./maharadscha/maharadscha-glaskerzen/index.php">Maharadscha-Glaskerzen</a>
</li>
<li><a class=" " href="./maharadscha/maharadscha-oele/index.php">Maharadscha Öle</a>
</li>
<li><a class=" " href="./maharadscha/tempelweihrauch/index.php">Tempelweihrauch</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./neworleansvoodoo/index.php">New-Orleans-Voodoo</a>
<ul>
<li><a class=" " href="./neworleansvoodoo/voodoooele/index.php">Voodoo Öle</a>
</li>
<li><a class=" " href="./neworleansvoodoo/voodoostreusand/index.php">Voodoo Streusand</a>
</li>
<li><a class=" " href="./neworleansvoodoo/new-orleans-glaskerzen/index.php">New Orleans Glaskerzen</a>
</li>
<li><a class=" " href="./neworleansvoodoo/zauberbriefe/index.php">Zauberbriefe</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./shamanicvoodoo/index.php">Shamanic Voodoo</a>
<ul>
<li><a class=" " href="./shamanicvoodoo/feuerwasserrituale/index.php">Feuerwasserrituale</a>
</li>
<li><a class=" " href="./shamanicvoodoo/shamanic-glaskerzen/index.php">Shamanic-Glaskerzen</a>
</li>
<li><a class=" " href="./shamanicvoodoo/shamanic-ritualkerzen/index.php">Shamanic-Ritualkerzen</a>
</li>
<li><a class=" " href="./shamanicvoodoo/voodooconcentrates/index.php">Voodoo Concentrates</a>
</li>
<li><a class=" " href="./shamanicvoodoo/voodoosticks/index.php">Voodoo Sticks</a>
</li>
<li><a class=" " href="./shamanicvoodoo/okkultewasser/index.php">Okkulte Wasser</a>
</li>
<li><a class=" " href="./shamanicvoodoo/luckysticks/index.php">Lucky Sticks</a>
</li>
<li><a class=" " href="./shamanicvoodoo/mavourigefetischrituale/index.php">Fetischrituale</a>
</li>
<li><a class=" " href="./shamanicvoodoo/damballahsschlangenfeuer/index.php">Schlangenfeuer</a>
</li>
<li><a class=" " href="./shamanicvoodoo/legbasraeucherrituale/index.php">Legbas Räucherrituale</a>
</li>
<li><a class=" " href="./shamanicvoodoo/samedikomplett/index.php">Samedi-Komplett</a>
</li>
<li><a class=" more" href="./shamanicvoodoo/mamiwata/index.php">Mami Wata</a>
<ul>
<li><a href="./shamanicvoodoo/mamiwata/magischeoele/index.php">Magische Öle</a></li>
<li><a href="./shamanicvoodoo/mamiwata/wasserdiamanten/index.php">Wasserdiamanten</a></li>
</ul>
</li>
</ul>
</li></ul>
<ul><li><a href="./holyblessings/index.php">Holy Blessings</a>
<ul>
<li><a class=" " href="./holyblessings/oele/index.php">Öle</a>
</li>
<li><a class=" " href="./holyblessings/schmuck/index.php">Schmuck</a>
</li>
<li><a class=" " href="./holyblessings/magischephiolen/index.php">Magische Phiolen</a>
</li>
<li><a class=" " href="./holyblessings/mooncatcher/index.php">Mooncatcher</a>
</li>
<li><a class=" " href="./holyblessings/magischeherzen/index.php">Magische Herzen</a>
</li>
<li><a class=" " href="./holyblessings/komplettrituale/index.php">Komplettrituale</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./hexenserie/index.php">Hexenmagie</a>
<ul>
<li><a class=" " href="./hexenserie/hexenoele/index.php">Hexenöle</a>
</li>
<li><a class=" " href="./hexenserie/glaskerzen/index.php">Glaskerzen</a>
</li>
<li><a class=" " href="./hexenserie/raeucherrituale/index.php">Räucherrituale</a>
</li>
<li><a class=" " href="./hexenserie/goddess/index.php">GODDESS</a>
</li>
<li><a class=" " href="./hexenserie/goddess-oele/index.php">GODDESS Öle</a>
</li>
<li><a class=" more" href="./hexenserie/abracadabra/index.php">Abracadabra</a>
<ul>
<li><a href="./hexenserie/abracadabra/hexenessenzen/index.php">Hexenessenzen</a></li>
<li><a href="./hexenserie/abracadabra/hexenrauch/index.php">Hexenrauch</a></li>
<li><a href="./hexenserie/abracadabra/hexenrituale/index.php">Hexenrituale</a></li>
</ul>
</li>
<li><a class=" more" href="./hexenserie/bewitchinghexenoele/index.php">Bewitching-Hexenöle</a>
<ul>
<li><a href="./hexenserie/bewitchinghexenoele/liebesoele/index.php">Liebesöle</a></li>
<li><a href="./hexenserie/bewitchinghexenoele/geldundgeschaeftsoele/index.php">Geld-und Glücksöle</a></li>
<li><a href="./hexenserie/bewitchinghexenoele/schutzundwellness/index.php">Schutz und Wellness</a></li>
<li><a href="./hexenserie/bewitchinghexenoele/sonstigeoele/index.php">Sonstige Öle</a></li>
</ul>
</li>
<li><a class=" " href="./hexenserie/wicca/index.php">Wicca</a>
</li>
</ul>
</li></ul>
<ul><li><a href="./engelmagie/index.php">Engelmagie</a>
<ul>
<li><a class=" " href="./engelmagie/erzengelglaskerzen/index.php">Erzengelglaskerzen</a>
</li>
<li><a class=" " href="./engelmagie/erzengelnektar/index.php">Erzengelnektar</a>
</li>
<li><a class=" " href="./engelmagie/angelsmist/index.php">Angel