umotive.com - information about domain
- Server Status: available
- Server IP: 212.97.132.120
- Server Response Time: 121ms
Site title
Accessories and Delicious Goods from Ulterior Motive
Description
Ulterior Motive is a young Swedish design label producing accessories for a great living.
Alexa information
Alexa rank: 7,257,233
Rank Trend

Bounce Trend

DNS Information
| Host: |
Class: |
Type: |
IP: |
TTL: |
Target: |
Other: |
| umotive.com |
IN |
MX |
|
2518 |
mail5.surf-town.net |
pri: 10 |
| umotive.com |
IN |
A |
212.97.132.120 |
2518 |
|
|
| umotive.com |
IN |
NS |
|
2518 |
ns2.surf-town.net |
|
| umotive.com |
IN |
NS |
|
2518 |
ns3.surf-town.net |
|
| umotive.com |
IN |
NS |
|
2518 |
ns1.surf-town.net |
|
Server Location
Site source
Show / hide source
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content='Ulterior Motive is a young Swedish design label producing accessories for a great living.'>
<title>Accessories and Delicious Goods from Ulterior Motive</title>
<link rel="stylesheet" href="/inc/css/reset.css" />
<link rel="stylesheet" href="/inc/css/text.css" />
<link rel="stylesheet" href="/inc/css/960.css" />
<link rel="stylesheet" href="/inc/css/site.css" />
<link href="/favicon.png" rel="shortcut icon"/>
<!--script type="text/javascript" src="/inc/js/jquery-1.2.6.pack.js"></script-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="/inc/js/utils.js"></script>
<script type="text/javascript" src="/inc/js/jqModal.js"></script>
<script type="text/javascript">
var currentPageUrl = '/index.php';
$(document).ready(function() {
$('.product-in-list .hover-info').css('cursor','pointer').click(function() {
document.location = $(this).attr('url');
});
});
</script>
</head>
<body>
<div id="header">
<div class="container_16">
<div class="grid_8 logotype">
<a href="/" title="Well, what do you want me to do? You just want me to hit you?"><h1>Ulterior Motive</h1></a>
</div>
<div class="grid_8 right">
<ul class="menu menu-top right">
<li><a href="/contact">Contact</a></li>
<li><a href="/retailers">Retailers</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/wholesale">Wholesale</a></li>
<li><a href="/about">About</a></li>
</ul>
<div class="clear"></div>
<div style="margin-top:5px;">
<a class="right" title="Join the Ulterior Motive Facebook group" href="http://www.facebook.com/pages/Ulterior-Motive/157367461561" target="_blank" style="margin-left:5px; background:url(/inc/img/icons/facebook.gif); width:15px; height:0px; padding-top:15px; overflow:hidden; display:block;">Facebook</a>
<a class="right" title="Follow Ulterior Motive at Twitter" href="http://twitter.com/umotive" target="_blank" style="margin-left:5px; background:url(/inc/img/icons/twitter.gif); width:15px; height:0px; padding-top:15px; overflow:hidden; display:block;">Twitter</a>
<a class="right" title="Browse Ulterior Motive photos as Flickr" href="http://www.flickr.com/photos/umotive/" target="_blank" style="margin-left:5px; background:url(/inc/img/icons/flickr.gif); width:15px; height:0px; padding-top:15px; overflow:hidden; display:block;">Flickr</a>
<a class="right" title="Send an email to Ulterior Motive" href="mailto:info@umotive.com" target="_blank" style="margin-left:5px; background:url(/inc/img/icons/mail.png) 0 -1px; width:16px; height:0px; padding-top:16px; overflow:hidden; display:block;">Email</a>
</div>
</div>
<div class="clear height_20"></div>
<div class="grid_9 menu-store">
<ul class="menu">
<li><a href="/">Home</a></li>
<li><a href="/products/neckties">Neckties</a></li>
<li><a href="/products/wallets">Wallets</a></li>
<li><a href="/products/card_cases">Card cases</a></li>
<li><a href="/products/cufflinks">Cufflinks</a></li>
<li><a href="/products/other">Other</a></li>
</ul>
</div>
<div class="grid_7 right">
<ul class="menu menu-top-store right">
<li><a href="/products/latest">Latest</a></li>
<li><a style="color:#f00;" href="/products/on_sale">On sale</a></li>
<li><a href="/products/all">All items</a></li>
<li><a href="/products/most_popular">Most popular</a></li>
</ul>
</div>
<div class="grid_10 bread-crumb">
You are here: <a href="/">Home</a> </div>
<div class="grid_6">
</div>
<div class="clear"></div>
</div>
</div>
<div class="container_16">
<div class="grid_16">
<script>
$(window).load(function() {
index_initTopCarousel();
});
var index_carouselInterval;
function index_initTopCarousel() {
var counter = 1;
$('.index_top-carousel-pagers .index_top-carousel-pager').remove();
$('#index_topCarousel2 li').each(function() {
$('<a>').addClass('index_top-carousel-pager')
.html('•')
.click(function() {
clearInterval(index_carouselInterval);
thisCounter = $(this).attr('counter');
currentBanner = $('#index_topCarousel2 li:visible');
nextBanner = $('#index_topCarousel2 li:nth-child('+thisCounter+')');
index_transitionCarousel(currentBanner,nextBanner,200);
$('.index_top-carousel-pagers .index_top-carousel-pager.selected').removeClass('selected');
$(this).addClass('selected');
})
.attr('counter',counter)
.appendTo('.index_top-carousel-pagers');
counter = counter + 1;
});
$('.index_top-carousel-pagers .index_top-carousel-pager:first').addClass('selected');
$('#index_topCarousel2, .index_top-carousel-pagers').hover(function() {
$('.index_top-carousel-pagers').show();
},function() {
$('.index_top-carousel-pagers').hide();
});
try { clearInterval(index_carouselInterval); }
catch(err){}
index_carouselInterval = setInterval(function() {
currentBanner = $('#index_topCarousel2 li:visible');
nextBanner = $(currentBanner).next();
if(nextBanner.size() == 0) nextBanner = $('#index_topCarousel2 li:first');
index_transitionCarousel(currentBanner,nextBanner,1000);
currentPager = $('.index_top-carousel-pagers .selected');
nextPager = $(currentPager).next();
if(nextPager.size() == 0) nextPager = $('.index_top-carousel-pagers .index_top-carousel-pager:first');
$(currentPager).removeClass('selected');
$(nextPager).addClass('selected');
},10000);
}
function index_transitionCarousel(fromElement,toElement,speed) {
$(fromElement).fadeOut(speed);
$(toElement).fadeIn(speed);
}
</script>
<style>
.index_top-carousel { margin:0; }
.index_top-carousel li { margin:0; list-style-type:none; }
.index_top-carousel li a { display:inline-block; }
.index_top-carousel { position:relative; display:block; width:940px; height:200px; overflow:hidden; margin-bottom:10px; }
.index_top-carousel li { display:none; position:absolute; top:0px; left:0px; width:940px; height:200px; overflow:hidden;}
.index_top-carousel li.first { display:block; }
.index_top-carousel-pagers { position:absolute; margin-top:-40px; display:none; }
.index_top-carousel-pager { display:inline-block; cursor:pointer; width:15px; height:15px; font-size:60px; text-decoration:none; margin-left:10px; color:black; opacity:0.5; filter:alpha(opacity=50); text-shadow:0 0 2px #fff;}
.index_top-carousel-pager:hover { opacity:1; filter:alpha(opacity=100); }
.index_top-carousel-pager.selected { color:#E1F3F7; opacity:1; filter:alpha(opacity=100); }
.index_top-carousel .text { font-size:14px; position:absolute; }
.index_top-carousel .qoute-start {}
.index_top-carousel .qoute-end {}
</style>
<ul id="index_topCarousel2" class="index_top-carousel">
<li class="first"><a href="/product/295/wallet-sienna-leather" style="background:url('/inc/img/slideshow/sienna.jpg'); width:940px; height:200px"><span class="text qoute" style="text-align:right; top:80px; right:20px; color:#fff; width:250px;"><span class="qoute-start">“</span><i>You have some beautiful wallets. And they were just what I was looking for. Brilliant</i><span class="qoute-end">”</span><br><br><span style="font-size:12px;">- Victoria (Spain)</span></span></a></li>
<li class=""><a href="/products/card_cases" style="background:url('/inc/img/slideshow/essentials_spring2011.jpg'); width:940px; height:200px"><span class="text qoute" style="text-align:right; top:25px; right:20px; color:#fff; width:130px;">New essential<br>card cases.<br><br><br><br><br><br>Meet <b>Nightrider</b><br>and <b>Barbarella</b> »</span></a></li>
<li class=""><a href="/product/184/necktie-aristocrat-sapphire" style="background:url('/inc/img/slideshow/artistocrat.jpg'); width:940px; height:200px"><span class="text qoute" style="top:100px; left:20px; color:#333; width:250px;"><span class="qoute-start">“</span><i>I received the ties today and I must say they look stunning! You have gained a fan</i><span class="qoute-end">”</span><br><br><span style="font-size:12px;">- Lennaert (Netherlands)</span></span></a></li>
<li class=""><a href="/product/297/wallet-styx-leather" style="background:url('/inc/img/slideshow/styx.jpg'); width:940px; height:200px"><span class="text qoute" style="text-align:right; top:40px; right:20px; color:#fff; width:250px;">The River Styx (Στúξ, Stux) was a river in Greek mythology which formed the boundary between Earth and the Underworld.<br><br><i>Styx leather wallet from Ulterior Motive, now available</i></span></a></li>
</ul>
<div class="index_top-carousel-pagers">
</div>
<p>This is Ulterior Motive. We're a label dedicated to accessories of style.<br>
We have wallets, ties, cuff links and more.</p>
<p>We love to stay in touch - so please feel free to send us an <a href="mailto:info@umotive.com">email</a>, follow us on <a href="http://twitter.com/umotive" target="_blank">Twitter</a> or join our <a href="http://www.facebook.com/pages/Ulterior-Motive/157367461561" target="_blank">Facebook group</a>.</p>
</div>
<div class="clear"></div>
<div class="product-list left grid_12">
<h2 style="">These are our latest additions</h2>
<div class="" style="">
<div class="clear"></div> <div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/309/card-case-night-dead-simple"><img alt="Night Dead Simple" src="/inc/img/products/309.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/309/card-case-night-dead-simple">
<p>Night Dead Simple</p>
<p class="price">89.00 sek</p>
</div>
</div>
<div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/310/card-case-day-dead-simple"><img alt="Day Dead Simple" src="/inc/img/products/310.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/310/card-case-day-dead-simple">
<p>Day Dead Simple</p>
<p class="price">89.00 sek</p>
</div>
</div>
<div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/311/card-case-othello-dead-simple"><img alt="Othello Dead Simple" src="/inc/img/products/311.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/311/card-case-othello-dead-simple">
<p>Othello Dead Simple</p>
<p class="price">89.00 sek</p>
</div>
</div>
<div class="product-in-list" style="margin-right:0;">
<a class="product-image" href="http://www.umotive.com/product/312/card-case-oxblood-dead-simple"><img alt="Oxblood Dead Simple" src="/inc/img/products/312.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/312/card-case-oxblood-dead-simple">
<p>Oxblood Dead Simple</p>
<p class="price">89.00 sek</p>
</div>
</div>
<div class="clear"></div> <div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/307/card-case-nightrider"><img alt="Nightrider" src="/inc/img/products/307.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/307/card-case-nightrider">
<p>Nightrider</p>
<p class="price">179.00 sek</p>
</div>
</div>
<div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/308/card-case-barbarella"><img alt="Barbarella" src="/inc/img/products/308.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/308/card-case-barbarella">
<p>Barbarella</p>
<p class="price">179.00 sek</p>
</div>
</div>
<div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/295/wallet-sienna-leather"><img alt="Sienna Leather" src="/inc/img/products/295.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/295/wallet-sienna-leather">
<p>Sienna Leather</p>
<p class="price">229.00 sek</p>
</div>
</div>
<div class="product-in-list" style="margin-right:0;">
<a class="product-image" href="http://www.umotive.com/product/296/wallet-bone-leather"><img alt="Bone Leather" src="/inc/img/products/296.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/296/wallet-bone-leather">
<p>Bone Leather</p>
<p class="price">229.00 sek</p>
</div>
</div>
</div>
<div class="clear"></div>
<h2 style="">And here are of our other products</h2>
<div class="" style="">
<div class="clear"></div> <div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/181/necktie-raspberry-daiquiri"><img alt="Raspberry Daiquiri" src="/inc/img/products/181.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/181/necktie-raspberry-daiquiri">
<p>Raspberry Daiquiri</p>
<p class="price"><span class="strikeout">399.00 sek</span> <span class="sale-price" title="This is the current sales price">149.00 sek</span></p>
</div>
</div>
<div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/159/necktie-black-clan-tartan"><img alt="Black Clan Tartan" src="/inc/img/products/159.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/159/necktie-black-clan-tartan">
<p>Black Clan Tartan</p>
<p class="price">399.00 sek</p>
</div>
</div>
<div class="product-in-list" >
<a class="product-image" href="http://www.umotive.com/product/88/tie-clip-sky"><img alt="Sky" src="/inc/img/products/88.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/88/tie-clip-sky">
<p>Sky</p>
<p class="price"><span class="strikeout">199.00 sek</span> <span class="sale-price" title="This is the current sales price">89.00 sek</span></p>
</div>
</div>
<div class="product-in-list" style="margin-right:0;">
<a class="product-image" href="http://www.umotive.com/product/153/misc-magenta-socks"><img alt="Magenta Socks" src="/inc/img/products/153.gif"></a>
<div class="clear"></div>
<div class="hover-info" url="http://www.umotive.com/product/153/misc-magenta-socks">
<p>Magenta Socks</p>
<p class="price">89.00 sek</p>
</div>
</div>
</div>
</div>
<div class="grid_4">
<div class="content-box">
<h3>Newsletter</h3>
<div class="content">
<ul class="small" style="margin-bottom:0;">
<li style="margin-left:15px;">Want special offers?</li>
<li style="margin-left:15px;">Notification when we start a sale?</li>
<li style="margin-left:15px;">The latest releases?</li>
</ul>
<p class="small" style="margin:10px 0;">Then you should sign up for our newsletter!</p>
<!-- Begin MailChimp Signup Form -->
<script type="text/javascript">
// delete this script tag and use a "div.mce_inline_error{ XXX !important}" selector
// or fill this in and it will be inlined when errors are generated
var mc_custom_error_style = '';
</script>
<div id="mc_embed_signup">
<form action="http://umotive.us1.list-manage.com/subscribe/post?u=b29c660f217d709bdfcf6c5aa&id=6fb362c497" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<label for="mce-EMAIL">Email address:</label>
<div class="mc-field-group">
<input type="text" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div><input type="submit" class="button" value="Sign up!" name="subscribe" id="mc-embedded-subscribe"></div>
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<div class="clear"></div>
<div class="height_10"></div>
<p class="small" style="margin-bottom:0; color:#bbb;">
We hate spam more then most, and hereby promise to never sell, distribute, or in any way disrespect your trust!
</p>
</div>
</div>
<!--div class="content-box">
<h3>Twitter</h3>
<div class="content tweet"></div>
</div-->
<div class="content-box">
<h3>Facebook</h3>
<div class="content" style="padding:0;">
<script type="text/javascript" src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
<script type="text/javascript">FB.init("30d8a7ece4cac8c235bcee84cc3aa5a9");</script>
<fb:fan profile_id="157367461561" stream="1" connections="10" width="218" css="http://www.umotive.com/inc/css/facebook_like_box.css?20120311071110"></fb:fan>
</div>
</div>
<div class="content-box">
<h3>Photo stream</h3>
<div class="content" style="padding-bottom: 0;">
<!-- Start of Flickr Badge -->
<style type="text/css">
/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; width:150px;}
#flickr_badge_wrapper {padding:10px 0 10px 0; width:200px;}
.flickr_badge_image {margin:0 20px 17px 0; float:left; }
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
</style>
<div id="flickr_badge_uber_wrapper"><a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><div id="flickr_badge_wrapper">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=5&display=latest&size=s&layout=x&source=user&user=43796269%40N05"></script>
</div></div>
<!-- End of Flickr Badge -->
<div class="clear"></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="footer">
<div class="container_12">
<hr>
<div class="grid_4">
<h4>UM Ulterior Motive</h4>
© 2006 - 2012 Ulterior Motive AB<br>
All rights reserved
</div>
<div class="grid_4">
<h4>Contact information</h4>
Phone: +46 768 85 39 42<br>
Email: <script language="javascript" type="text/javascript">sendto('umotive.com','info','','disclaimer_text')</script><noscript>info - at - umotive - dot - com</noscript><br>
</div>
<div class="grid_4">
<h4>Designed in Sweden</h4>
Address: Holl