jimmsdeptstore.com - information about domain
- Server Status: available
- Server IP: 98.129.229.188
- Server Response Time: 142ms
Site title
Jimm's - In Business Since 1923
Keywords
Christening Christening Accessories Clearance Coats Communion Gifts Purses Ready-To-Wear Veils Wedding and Formal Steeler Apparel Steeler Gifts Prom miscellaneous kids clothing, communion, christening, steelers
Description
Jimm
Alexa information
Alexa rank: not in database
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| jimmsdeptstore.com | IN | MX | 3600 | mx1.emailsrvr.com | pri: 10 | |
| jimmsdeptstore.com | IN | MX | 3600 | mx2.emailsrvr.com | pri: 20 | |
| jimmsdeptstore.com | IN | A | 98.129.229.188 | 3600 | ||
| jimmsdeptstore.com | IN | SOA | 3600 | mname: dns1.stabletransit.com.jimmsdeptstore.com rname: ipadmin.stabletransit.com.jimmsdeptstore.com serial: 1309040946 refresh: 3600 retry: 300 expire: 1814400 minimum-ttl: 300 |
||
| jimmsdeptstore.com | IN | NS | 3600 | dns2.stabletransit.com | ||
| jimmsdeptstore.com | IN | NS | 3600 | dns1.stabletransit.com |
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" dir="ltr" lang="en">
<head>
<title>Jimm's - In Business Since 1923</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="Christening Christening Accessories Clearance Coats Communion Gifts Purses Ready-To-Wear Veils Wedding and Formal Steeler Apparel Steeler Gifts Prom miscellaneous kids clothing, communion, christening, steelers " />
<meta name="description" content="Jimm's Department Store : - Christening Christening Accessories Clearance Coats Communion Gifts Purses Ready-To-Wear Veils Wedding and Formal Steeler Apparel Steeler Gifts Prom miscellaneous kids clothing, communion, christening, steelers" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="Jimm's" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />
<base href="http://jimmsdeptstore.com/" />
<link rel="canonical" href="http://jimmsdeptstore.com/" />
<link rel="stylesheet" type="text/css" href="includes/templates/ashley_pink/css/style_imagehover.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ashley_pink/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ashley_pink/css/stylesheet_betterCategoriesEzInfo.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ashley_pink/css/stylesheet_css_buttons.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ashley_pink/css/stylesheet_dotline.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/ashley_pink/css/stylesheet_footer_menu.css" />
<link rel="stylesheet" type="text/css" media="print" href="includes/templates/ashley_pink/css/print_stylesheet.css" />
<script type="text/javascript" src="includes/templates/ashley_pink/jscript/jscript_imagehover.js"></script>
<script type="text/javascript" src="includes/templates/ashley_pink/jscript/jscript_jquery.js"></script>
<script>
(function($) {
$.fn.easySlider = function(options){
// default configuration properties
var defaults = {
prevId: 'prevBtn',
prevText: 'Previous',
nextId: 'nextBtn',
nextText: 'Next',
controlsShow: true,
controlsBefore: '',
controlsAfter: '',
controlsFade: true,
firstId: 'firstBtn',
firstText: 'First',
firstShow: false,
lastId: 'lastBtn',
lastText: 'Last',
lastShow: false,
vertical: false,
speed: 2000,
auto: false,
pause: 3000,
continuous: false,
numeric: false,
numericId: 'controls'
};
var options = $.extend(defaults, options);
this.each(function() {
var obj = $(this);
var s = $("li", obj).length;
var w = $("li", obj).width();
var h = $("li", obj).height();
var clickable = true;
obj.width(w);
obj.height(h);
obj.css("overflow","hidden");
var ts = s-1;
var t = 0;
$("ul", obj).css('width',s*w);
if(options.continuous){
$("ul", obj).prepend($("ul li:last-child", obj).clone().css("margin-left","-"+ w +"px"));
$("ul", obj).append($("ul li:nth-child(2)", obj).clone());
$("ul", obj).css('width',(s+1)*w);
};
if(!options.vertical) $("li", obj).css('float','left');
if(options.controlsShow){
var html = options.controlsBefore;
if(options.numeric){
html += '<div id="control_div"><ol id="'+ options.numericId +'"></div></ol>';
} else {
if(options.firstShow) html += '<span id="'+ options.firstId +'"><a href=\"javascript:void(0);\">'+ options.firstText +'</a></span>';
html += ' <span id="'+ options.prevId +'"><a href=\"javascript:void(0);\">'+ options.prevText +'</a></span>';
html += ' <span id="'+ options.nextId +'"><a href=\"javascript:void(0);\">'+ options.nextText +'</a></span>';
if(options.lastShow) html += ' <span id="'+ options.lastId +'"><a href=\"javascript:void(0);\">'+ options.lastText +'</a></span>';
};
html += options.controlsAfter;
$(obj).after(html);
};
if(options.numeric){
for(var i=0;i<s;i++){
$(document.createElement("li"))
.attr('id',options.numericId + (i+1))
.html('<a rel='+ i +' href=\"javascript:void(0);\">'+ (i+1) +'</a>')
.appendTo($("#"+ options.numericId))
.click(function(){
animate($("a",$(this)).attr('rel'),true);
});
};
} else {
$("a","#"+options.nextId).click(function(){
animate("next",true);
});
$("a","#"+options.prevId).click(function(){
animate("prev",true);
});
$("a","#"+options.firstId).click(function(){
animate("first",true);
});
$("a","#"+options.lastId).click(function(){
animate("last",true);
});
};
function setCurrent(i){
i = parseInt(i)+1;
$("li", "#" + options.numericId).removeClass("current");
$("li#" + options.numericId + i).addClass("current");
};
function adjust(){
if(t>ts) t=0;
if(t<0) t=ts;
if(!options.vertical) {
$("ul",obj).css("margin-left",(t*w*-1));
} else {
$("ul",obj).css("margin-left",(t*h*-1));
}
clickable = true;
if(options.numeric) setCurrent(t);
};
function animate(dir,clicked){
if (clickable){
clickable = false;
var ot = t;
switch(dir){
case "next":
t = (ot>=ts) ? (options.continuous ? t+1 : ts) : t+1;
break;
case "prev":
t = (t<=0) ? (options.continuous ? t-1 : 0) : t-1;
break;
case "first":
t = 0;
break;
case "last":
t = ts;
break;
default:
t = dir;
break;
};
var diff = Math.abs(ot-t);
var speed = diff*options.speed;
if(!options.vertical) {
p = (t*w*-1);
$("ul",obj).animate(
{ marginLeft: p },
{ queue:false, duration:speed, complete:adjust }
);
} else {
p = (t*h*-1);
$("ul",obj).animate(
{ marginTop: p },
{ queue:false, duration:speed, complete:adjust }
);
};
if(!options.continuous && options.controlsFade){
if(t==ts){
$("a","#"+options.nextId).hide();
$("a","#"+options.lastId).hide();
} else {
$("a","#"+options.nextId).show();
$("a","#"+options.lastId).show();
};
if(t==0){
$("a","#"+options.prevId).hide();
$("a","#"+options.firstId).hide();
} else {
$("a","#"+options.prevId).show();
$("a","#"+options.firstId).show();
};
};
if(clicked) clearTimeout(timeout);
if(options.auto && dir=="next" && !clicked){;
timeout = setTimeout(function(){
animate("next",false);
},diff*options.speed+options.pause);
};
};
};
// init
var timeout;
if(options.auto){;
timeout = setTimeout(function(){
animate("next",false);
},options.pause);
};
if(options.numeric) setCurrent(0);
if(!options.continuous && options.controlsFade){
$("a","#"+options.prevId).hide();
$("a","#"+options.firstId).hide();
};
});
};
})(jQuery);
</script>
<!--[if IE 6]><link rel="stylesheet" type="text/css" media="screen" href="includes/templates/ashley_pink/css/ie6.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="includes/templates/ashley_pink/css/ie7.css" /><![endif]-->
</head>
<body id="indexHomeBody">
<div id="mainWrapper">
<!--bof-header logo and navigation display-->
<div id="header-curr-lang">
<div class="clearBoth"></div>
</div>
<div id="headerWrapper">
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logo"><a href="http://jimmsdeptstore.com/"><img src="includes/templates/ashley_pink/images/logo.jpg" alt="Jimm's Department Store" title=" Jimm's Department Store " width="241" height="75" /></a> <div id="tagline">In Business Since 1923</div>
</div>
</div>
<div id="taglineWrapper">
</div>
<br class="clearBoth" />
<!--eof-branding display-->
<!--eof-header logo and navigation display-->
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
<li><a href="http://jimmsdeptstore.com/">Home</a> | </li>
<li><a href="http://jimmsdeptstore.com/index.php?main_page=contact_us&zenid=tnaelq4fejbe21g3av2ltjl2t4">Contact Us</a> | </li>
<li><a href="http://jimmsdeptstore.com/index.php?main_page=login&zenid=tnaelq4fejbe21g3av2ltjl2t4">Log In</a> | </li>
<li><img src="includes/templates/ashley_pink/images/cart.jpg" class="cart-image" alt="the shopping cart" /><a href="http://jimmsdeptstore.com/index.php?main_page=shopping_cart&zenid=tnaelq4fejbe21g3av2ltjl2t4">Shopping Cart - 0 item(s) - $0.00</a> | </li>
<li><a href="http://jimmsdeptstore.com/index.php?main_page=checkout_shipping&zenid=tnaelq4fejbe21g3av2ltjl2t4"><span class="header-checkout">Checkout</span></a></li>
</ul>
</div>
<div id="navMainSearch"><form name="quick_find_header" action="http://jimmsdeptstore.com/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="hidden" name="zenid" value="tnaelq4fejbe21g3av2ltjl2t4" /><input type="text" name="keyword" size="6" class="search-header-box" maxlength="30" style="width: 100px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" /> <input type="image" src="includes/templates/ashley_pink/buttons/english/button_search_header.gif" value="" class="search-header-button" style="width: 70px" /></form></div>
<br class="clearBoth" />
</div>
<!--eof-navigation display-->
<!--bof-optional categories tabs navigation display-->
<!--eof-optional categories tabs navigation display-->
<!--bof-header ezpage links-->
<!--eof-header ezpage links-->
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
<tr>
<td id="navColumnOne" class="columnLeft" style="width: 185px">
<div id="navColumnOneWrapper" style="width: 180px"><!--// bof: categories //-->
<div class="leftBoxContainer" id="categories" style="width: 180px">
<h3 class="leftBoxHeading" id="categoriesHeading">Categories</h3>
<div id="categoriesContent" class="sideBoxContent">
<div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=1&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_pointer_right.gif" alt="" width="9" height="5" />Christening (18)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=4&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_pointer_right.gif" alt="" width="9" height="5" />Christening Accessories (2)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=7&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_no_sub.gif" alt="" width="9" height="5" />Clearance</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=8&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_pointer_right.gif" alt="" width="9" height="5" />Coats (4)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=12&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_pointer_right.gif" alt="" width="9" height="5" />Communion (15)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=15&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_no_sub.gif" alt="" width="9" height="5" />Gifts (2)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=33&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_no_sub.gif" alt="" width="9" height="5" />miscellaneous (1)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=32&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_no_sub.gif" alt="" width="9" height="5" />Prom (9)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=16&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_no_sub.gif" alt="" width="9" height="5" />Purses</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=17&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_pointer_right.gif" alt="" width="9" height="5" />Ready-To-Wear (22)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=27&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_pointer_right.gif" alt="" width="9" height="5" />Steeler Apparel (14)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=31&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_no_sub.gif" alt="" width="9" height="5" />Steeler Gifts (2)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=21&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_no_sub.gif" alt="" width="9" height="5" />Veils (2)</a></div><div class="betterCategories"><a class="category-top" href="http://jimmsdeptstore.com/index.php?main_page=index&cPath=22&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_pointer_right.gif" alt="" width="9" height="5" />Wedding and Formal (55)</a></div><br style="line-height: 0;" /><hr id="catBoxDivider" /><br style="line-height: 0;" /><div class="betterCategories"><a class="category-links" href="http://jimmsdeptstore.com/index.php?main_page=products_new&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_boxes.gif" alt="" width="9" height="5" />New Products ...</a></div><div class="betterCategories"><a class="category-links" href="http://jimmsdeptstore.com/index.php?main_page=products_all&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="includes/templates/ashley_pink/images/bc_cat_boxes.gif" alt="" width="9" height="5" />All Products ...</a></div></div></div>
<!--// eof: categories //-->
<!--// bof: whatsnew //-->
<div class="leftBoxContainer" id="whatsnew" style="width: 180px">
<h3 class="leftBoxHeading" id="whatsnewHeading"><a href="http://jimmsdeptstore.com/index.php?main_page=products_new&zenid=tnaelq4fejbe21g3av2ltjl2t4">What's New [more]</a></h3>
<div class="sideBoxContent centeredContent">
<div class="sideBoxContentItem"><a href="http://jimmsdeptstore.com/index.php?main_page=product_info&cPath=17_18&products_id=300&zenid=tnaelq4fejbe21g3av2ltjl2t4"><img src="images/boysformal/vitamins1309.JPG" alt="Vitamins 4 pc Newborn set" title=" Vitamins 4 pc Newborn set " width="65" height="80" /><br />Vitamins 4 pc Newborn set</a><div>$36.00</div></div></div>
</div>
<!--// eof: whatsnew //-->
</div></td>
<td valign="top">
<!-- bof breadcrumb -->
<!-- eof breadcrumb -->
<!-- bof upload alerts -->
<!-- eof upload alerts -->
<div class="centerColumn" id="indexDefault">
<h1 id="indexDefaultHeading"></h1>
<!-- deprecated - to use uncomment this section
<div id="" class="content">This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong></div>
-->
<!-- deprecated - to use uncomment this section
<div id="" class="content">Define your main Index page copy here.</div>
-->
<div id="indexDefaultMainContent" class="content"> <script type="text/javascript" src="includes/templates/ashley_pink/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: true
});
});
</script>
<div id="slider">
<ul>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/ashley_pink/images/slide1.jpg" alt="first slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/ashley_pink/images/slide2.jpg" alt="second slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/ashley_pink/images/slide3.jpg" alt="third slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/ashley_pink/images/slide4.jpg" alt="fourth slide image" /></a></li>
<li><a href="http://www.picaflor-azul.com"><img src="includes/templates/ashley_pink/images/slide5.jpg" alt="fifth slide image" /></a></li>
</ul>
</div>
</div>
<!-- bof: featured products -->
<!-- eof: featured products -->
<!-- bof: specials -->
<!-- eof: specials -->
</div>
</td>
</tr>
</table>
<div id="footer">
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<dl>
<dd class="first">
<ul><li class="menuTitle">Quick Links</li><li><a href="http://jimmsdeptstore.com/">Home</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=featured_products&zenid=tnaelq4fejbe21g3av2ltjl2t4">Featured Products</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=specials&zenid=tnaelq4fejbe21g3av2ltjl2t4">Specials</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=products_new&zenid=tnaelq4fejbe21g3av2ltjl2t4">What's New</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=products_all&zenid=tnaelq4fejbe21g3av2ltjl2t4">All Products ...</a></li></ul></dd><dd class="second">
<ul><li class="menuTitle">Information</li><li><a href="http://jimmsdeptstore.com/index.php?main_page=about_us&zenid=tnaelq4fejbe21g3av2ltjl2t4">About Us</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=site_map&zenid=tnaelq4fejbe21g3av2ltjl2t4">Site Map</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=gv_faq&zenid=tnaelq4fejbe21g3av2ltjl2t4">Gift Certificate FAQ</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=discount_coupon&zenid=tnaelq4fejbe21g3av2ltjl2t4">Discount Coupons</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=unsubscribe&zenid=tnaelq4fejbe21g3av2ltjl2t4">Newsletter Unsubscribe</a></li></ul></dd><dd class="third">
<ul><li class="menuTitle">Customer Service</li><li><a href="http://jimmsdeptstore.com/index.php?main_page=contact_us&zenid=tnaelq4fejbe21g3av2ltjl2t4">Contact Us</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=shippinginfo&zenid=tnaelq4fejbe21g3av2ltjl2t4">Shipping & Returns</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=privacy&zenid=tnaelq4fejbe21g3av2ltjl2t4">Privacy Notice</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=conditions&zenid=tnaelq4fejbe21g3av2ltjl2t4">Conditions of Use</a></li><li><a href="http://jimmsdeptstore.com/index.php?main_page=account&zenid=tnaelq4fejbe21g3av2ltjl2t4">My Account</a></li></ul></dd><dd><ul><li class="menuTitle"></li></ul></dd>
</dl>
<span id="social-media">
</span>
<br class="clearBoth" /><!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright">Copyright © 2012 <a href="http://jimmsdeptstore.com/index.php?main_page=index&zenid=tnaelq4fejbe21g3av2ltjl2t4" target="_blank">Jimm's Department Store</a> </div>
<!--eof- site copyright display -->
</div>
<!--bof-ip address display -->
<!--eof-ip address display -->
<!--bof-banner #5 display -->
<!--eof-banner #5 display -->
</div>
<!--bof- parse time display -->
<!--eof- parse time display -->
<!--bof- banner #6 display -->
<!--eof- banner #6 display -->
</body></html>