wfscorp.com - information about domain
- Server Status: available
- Server IP: 216.26.88.20
- Server Response Time: 158ms
Site title
World Fuel Services
Alexa information
Alexa rank: 1,274,346
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| wfscorp.com | IN | MX | 3600 | smtp4.wfscorp.com | pri: 20 | |
| wfscorp.com | IN | MX | 3600 | smtp5.wfscorp.com | pri: 5 | |
| wfscorp.com | IN | SOA | 3600 | mname: ns3.wfscorp.com rname: globalnetworks.wfscorp.com serial: 2005102542 refresh: 3600 retry: 600 expire: 1209600 minimum-ttl: 3600 |
||
| wfscorp.com | IN | A | 216.26.88.20 | 3600 | ||
| wfscorp.com | IN | NS | 3600 | ns3.wfscorp.com | ||
| wfscorp.com | IN | NS | 3600 | ns4.wfscorp.com | ||
| wfscorp.com | IN | NS | 3600 | ns1.wfscorp.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">
<head>
<link rel="shortcut icon" href="/images/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content=" " >
<meta name="description" content=" ">
<title>World Fuel Services</title>
<style type='text/css' media='screen'>
@import '/css/home3.css';
@import '/css/nav-blue.css';
@import '/css/nivo-slider.css';
</style>
<style type="text/css" media="print">
@import '/css/print.css';
</style>
<!-- scripts -->
<script src="/scripts/jquery-1.3.2.min.js" type="text/javascript"></script>
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>-->
<!-- load the typeface library and typeface.js fonts -->
<script src="/scripts/cufon-yui.js" type="text/javascript"></script>
<script src="/scripts/tuffy_500-tuffy_700-tuffy_italic_500-tuffy_italic_700.font.js" type="text/javascript"></script>
<!-- rounded corners js -->
<script src="/scripts/jquery.corner.js" type="text/javascript"></script>
<!-- slider js -->
<script src="/scripts/jquery.nivo.slider.js" type="text/javascript"></script>
<!-- nice forms js-->
<script src="/scripts/niceforms.js" type="text/javascript"></script>
<!-- super table search -->
<script src="/scripts/jquery.quicksearch.js" type="text/javascript"></script>
<!-- table sorter script -->
<script src="/scripts/jquery.tablesorter.js" type="text/javascript"></script>
<!-- pretty photo lightbox -->
<script src="/scripts/jquery.prettyPhoto.js" type="text/javascript"></script>
<!-- jquery tools -->
<script src="/scripts/jquery.tools.min.js"></script>
<!-- jquery tooltip -->
<script src="/scripts/jquery.qtip-1.0.0-rc3.js" type="text/javascript"></script>
<!-- jquery form validator -->
<script src="/scripts/jquery.validate.js" type="text/javascript"></script>
<!-- jquery ui -->
<!--
-->
<!--inline scripts -->
<script type="text/javascript">
// slider script
$(window).load(function() {
$('#slider').nivoSlider({
effect:'fade', //Specify sets like: 'sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random"
slices:1,
animSpeed:500,
pauseTime:8000,
startSlide:0, //Set starting Slide (0 index)
directionNav:false, //Next & Prev
directionNavHide:false, //Only show on hover
controlNav:true, //1,2,3...
controlNavThumbs:true, //Use thumbnails for Control Nav
controlNavThumbsFromRel:true, //Use image rel for thumbs
controlNavThumbsSearch: '.jpg', //Replace this with...
controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
keyboardNav:true, //Use left & right arrows
pauseOnHover:true, //Stop animation while hovering
manualAdvance:false, //Force manual transitions
captionOpacity:0.8, //Universal caption opacity
beforeChange: function(){},
afterChange: function(){},
slideshowEnd: function(){} //Triggers after all slides have been shown
});
$('#slider2').nivoSlider({
effect:'fade', //Specify sets like: 'sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random"
slices:1,
animSpeed:500,
pauseTime:8000,
startSlide:0, //Set starting Slide (0 index)
directionNav:false, //Next & Prev
directionNavHide:false, //Only show on hover
controlNav:true, //1,2,3...
controlNavThumbs:true, //Use thumbnails for Control Nav
controlNavThumbsFromRel:true, //Use image rel for thumbs
controlNavThumbsSearch: '.jpg', //Replace this with...
controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
keyboardNav:true, //Use left & right arrows
pauseOnHover:true, //Stop animation while hovering
manualAdvance:false, //Force manual transitions
captionOpacity:0.8, //Universal caption opacity
beforeChange: function(){},
afterChange: function(){},
slideshowEnd: function(){} //Triggers after all slides have been shown
});
});
// flip script
$(document).ready(function(){
/* The following code is executed once the DOM is loaded */
$('.promoFlip').bind("click",function(){
// $(this) point to the clicked .sponsorFlip element (caching it in elem for speed):
var elem = $(this);
// data('flipped') is a flag we set when we flip the element:
if(elem.data('flipped'))
{
// If the element has already been flipped, use the revertFlip method
// defined by the plug-in to revert to the default state automatically:
elem.revertFlip();
// Unsetting the flag:
elem.data('flipped',false)
}
else
{
// Using the flip method defined by the plugin:
elem.flip({
direction:'lr',
speed: 350,
onBefore: function(){
// Insert the contents of the .sponsorData div (hidden from view with display:none)
// into the clicked .sponsorFlip div before the flipping animation starts:
elem.html(elem.siblings('.promoData').html());
}
});
// Setting the flag:
elem.data('flipped',true);
}
});
});
// promo script
$(document).ready(function(){
//To switch directions up/down and left/right just place a "-" in front of the top/left attribute
//Vertical Sliding
$('.boxgrid.slidedown').hover(function(){
$(".cover", this).stop().animate({top:'0'},{queue:false,duration:300});
}, function() {
$(".cover", this).stop().animate({top:'200px'},{queue:false,duration:300});
});
});
//cufon replace
Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('h4');
//round corners using jquery
$(document).ready(function(){
$('.button_link').corner('5px');
$('.news').corner('5px');
$('.button_link').corner('5px');
$('.item').corner('10px');
$('.twocol-grey').corner('10px');
$('.twocol-darkgrey').corner('10px');
$('.threecol-grey').corner('10px');
$('.threecol-darkgrey').corner('10px');
$('.item-grey').corner('10px');
$('.item-darkgrey').corner('10px');
$('.sideNav').corner('10px');
});
</script>
<!-- show hide elements -->
<script type="text/javascript">
$(document).ready(function() {
// hides the slickbox as soon as the DOM is ready
// (a little sooner than page load)
$('.signUp').hide();
// shows the slickbox on clicking the noted link
$('a#slick-show').click(function() {
$('.signUp').show('fast');
return false;
});
// hides the slickbox on clicking the noted link
$('a#slick-hide').click(function() {
$('.signUp').hide('fast');
return false;
});
// toggles the slickbox on clicking the noted link
$('a.signUp-toggle').click(function() {
$('.signUp').toggle(100);
return false;
});
// hides the slickbox as soon as the DOM is ready
// (a little sooner than page load)
$('.signIn').hide();
// shows the slickbox on clicking the noted link
$('a#slick-show').click(function() {
$('.signIn').show('fast');
return false;
});
// hides the slickbox on clicking the noted link
$('a#slick-hide').click(function() {
$('.signIn').hide('fast');
return false;
});
// toggles the slickbox on clicking the noted link
$('a.signIn-toggle').click(function() {
$('.signIn').toggle(100);
return false;
});
// hides the slickbox as soon as the DOM is ready
// (a little sooner than page load)
$('.fbo').hide();
// shows the slickbox on clicking the noted link
$('a#slick-show').click(function() {
$('.fbo').show('fast');
return false;
});
// hides the slickbox on clicking the noted link
$('a#slick-hide').click(function() {
$('.fbo').hide('fast');
return false;
});
// toggles the slickbox on clicking the noted link
$('a.fbo-toggle').click(function() {
$('.fbo').toggle(100);
return false;
});
// hides the slickbox as soon as the DOM is ready
// (a little sooner than page load)
$('.howto').hide();
$('.howto1').hide();
$('.howto2').hide();
$('.howto3').hide();
$('.howto4').hide();
$('.howto5').hide();
$('.howto6').hide();
$('.howto7').hide();
$('.howto8').hide();
$('.howto9').hide();
// shows the slickbox on clicking the noted link
$('a#slick-show').click(function() {
$('.howto').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto1').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto2').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto3').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto4').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto5').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto6').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto7').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto8').show('slow');
return false;
});
$('a#slick-show').click(function() {
$('.howto9').show('slow');
return false;
});
// hides the slickbox on clicking the noted link
$('a#slick-hide').click(function() {
$('.howto').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto1').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto2').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto3').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto4').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto5').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto6').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto7').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto8').hide('fast');
return false;
});
$('a#slick-hide').click(function() {
$('.howto9').hide('fast');
return false;
});
// toggles the slickbox on clicking the noted link
$('a.howto-toggle').click(function() {
$('.howto').toggle(100);
return false;
});
$('a.howto-toggle1').click(function() {
$('.howto1').toggle(100);
return false;
});
$('a.howto-toggle2').click(function() {
$('.howto2').toggle(100);
return false;
});
$('a.howto-toggle3').click(function() {
$('.howto3').toggle(100);
return false;
});
$('a.howto-toggle4').click(function() {
$('.howto4').toggle(100);
return false;
});
$('a.howto-toggle5').click(function() {
$('.howto5').toggle(100);
return false;
});
$('a.howto-toggle6').click(function() {
$('.howto6').toggle(100);
return false;
});
$('a.howto-toggle7').click(function() {
$('.howto7').toggle(100);
return false;
});
$('a.howto-toggle8').click(function() {
$('.howto8').toggle(100);
return false;
});
$('a.howto-toggle9').click(function() {
$('.howto9').toggle(100);
return false;
});
});
</script>
<!-- table search function -->
<script type="text/javascript">
$(document).ready(function () {
$("#id_search").quicksearch("table#staff tbody tr", {
noResults: '#noresults',
stripeRows: ['odd', 'even'],
loader: 'span.loading'
});
});
</script>
<!-- table sorting function -->
<script type="text/javascript" id="js">
$(document).ready(function() {
$("table").tablesorter({
// pass the headers argument and assing a object
headers: {
// assign the secound column (we start counting zero)
//2: {sorter: false},// disable it by setting the property sorter to false
//3: {sorter: false},
//4: {sorter: false},
//5: {sorter: false},
//6: {sorter: false}
}
});
});</script>
<!-- tooltips-->
<script type="text/javascript">
$(document).ready(function () {
//history timeline tips
$("#timeline ul li a[title]").tooltip({
// tweak the position
offset: [15, 0],
// use the "slide" effect
effect: 'slide'
});
// contact us tips
$("#Map ul li a[title]").tooltip({
// tweak the position
offset: [15, 0],
// use the "slide" effect
effect: 'slide'
});
});
</script>
<!--email page script -->
<script language="javascript">
function mailpage()
{
mail_str = "mailto:?subject=Check out the " + document.title;
mail_str += "&body=I thought you might be interested in the World Fuel Services page " + document.title;
mail_str += ". You can view it at, " + location.href;
location.href = mail_str;
}
//SEND QUERYSTRING TO SEARCH FIELD
function getQueryStrings() {
var data = [];
for(x = 0; x < arguments.length; ++x)
if(location.href.match(new RegExp("/\?".concat(arguments[x],"=","([^\n&]*)")))){
data.push(location.href.match(new RegExp("/\?".concat(arguments[x],"=","([^\n&#]*)")))[1]);
}else{
data.push("");
}
return data;
}
</script>
<script language="javascript">
jQuery.validator.addMethod(
"selectNone",
function(value, element) {
if (element.value == "none")
{
return false;
}
else return true;
},
"Please select a business segment."
);
$(document).ready(function() {
$("#submitform").validate({
submitHandler:function(form) {
SubmittingForm();
},
rules: {
dropdown: {
selectNone: true
}
}
});
});
$(document).ready(function(){
$("#submitform").validate();
rules: {
dropdown: {
selectNone: true
}
}
});
</script>
</head>
<body id="home">
<div class="container">
<!-- START [Navigation] -->
<div class="logo">
<a href="/index.jsp"><img src="/images/logo-sml.png" width="155" height="70" /></a>
</div>
<div id="navigation">
<ul>
<li id="aviation">
<a href="/Aviation/index.jsp"><span></span></a>
<ul>
<li><a href="/Aviation/Business_Aviation/index.jsp">Business Aviation</a></li>
<li><a href="/Aviation/Commercial_Aviation/index.jsp">Commercial Aviation</a></li>
<li><a href="/Aviation/Fuel_Management.jsp">Fuel Management</a></li>
<li><a href="/Risk_Management/index.jsp">Risk Management</a></li>
</ul>
</li>
<li id="marine">
<a href="/Marine/index.jsp"><span></span></a>
<ul>
<li><a href="/Marine/Physical_Supply.jsp">Physical Supply</a></li>
<li><a href="/Marine/Products_and_Services/Marine_Fuels.jsp">Products and Services</a></li>
<li><a href="/Marine/Quality_Assurance.jsp">Quality Assurance</a></li>
<li><a href="/Risk_Management/index.jsp">Risk Management</a></li>
</ul>
</li>
<li id="land">
<a href="/Land/index.jsp"><span></span></a>
<ul>
<li><a href="/Land/Brazil/index.jsp">Brazil</a></li>
<li><a href="/Land/Gibraltar/index.jsp">Gibraltar</a>
<li><a href="/Land/United_Kingdom/index.jsp">United Kingdom</a></li>
<li><a href="/Land/United_States/index.jsp">United States</a></li>
<li><a href="/Risk_Management/index.jsp">Risk Management</a></li>
</ul>
</li>
<li id="contact">
<a href="/Contact/Offices.jsp?s=Miami"><span></span></a>
<ul>
<li><a href="/Contact/Offices.jsp?s=Miami">Offices</a></li>
<li><a href="/Contact/Inquiries.jsp">Inquiries</a></li>
</ul>
</li>
</ul>
</div>
<!-- END [Navigation] -->
<style>
.searchbox_submit{
cursor: pointer; cursor: hand;
}
</style>
<div id="searchwrapper">
<form action="/search.jsp">
<input type="text" class="searchbox" name="keyword" value="" />
<input type="submit" src="images/searchbox_submit.png" class="searchbox_submit" value="" />
</form>
</div>
<div id="slider">
<a href="/About_Us/index.jsp"><img src="/images/hero-homepage-1.jpg" alt="" title=""/></a>
<a href="/About_Us/index.jsp"><img src="/images/hero-homepage-5.jpg" alt="" title=""/></a>
<a href="/About_Us/index.jsp"><img src="/images/hero-homepage-3.jpg" alt="" title=""/></a>
<a href="/About_Us/index.jsp"><img src="/images/hero-homepage-4.jpg" alt="" title=""/></a>
<a href="/About_Us/index.jsp"><img src="/images/hero-homepage-0.jpg" alt="" title=""/></a>
<a href="/About_Us/index.jsp"><img src="/images/hero-homepage-2.jpg" alt="" title=""/></a>
</div>
<div id="content">
<div class="homepageCaption">
<p>Around the world, our customers value single supplier convenience - competitive
pricing, trade credit availability, price risk management, logistical support,
fuel quality control and fuel procurement outsourcing - all provided by
our global team of local professionals.</p>
</div>
<div class="homepage-promo">
<div class="boxgrid slidedown" onClick="location.href='/Aviation/index.jsp';">
<img src="/images/air-image.png" />
<div class="cover boxcaption">
<h3>By air.</h3>
<p>Comprehensive, single-source solution for commercial, government and business aviation at thousands of locations.</p>
<div class="learn"><a class="button_link" href="/Aviation/index.jsp">Learn More </a></div>
</div>
</div>
<div class="boxgrid slidedown" onClick="location.href='/Marine/index.jsp';">
<img src="/images/marine-image.png" />
<div class="cover boxcaption">
<h3>By sea.</h3>
<p>Spot market purchasing, fuel contract design and management, forward purchasing, technical services and credit extension.</p>
<div class="learn"><a class="button_link" href="/Marine/index.jsp">Learn More </a></div>
</div>
</div>
<div class="boxgrid slidedown" onClick="location.href='/Land/index.jsp';">
<img src="/images/land-image.png" />
<div class="cover boxcaption">
<h3>By land.</h3>
<p>Refined petroleum products, alternative fuels, credit, and related services in the US, Brazil, and UK.</p>
<div class="learn"><a class="button_link" href="/Land/index.jsp">Learn More </a></div>
</div>
</div>
<div class="news">
<h3>In the News</h3>
<ul>
<li><a href="http://ir.wfscorp.com/phoenix.zhtml?c=101792&p=irol-newsArticle&ID=1664733&highlight=" target="_self" >World Fuel Services Corporation Reports Record Full Year Net Income</a></li>
<!-- <li><a href="http://us.meeting-stream.com/worldfuelservicescorp_022312" target="_blank" ><img src="/images/icon-webcast.png" border="0"> World Fuel Services Fourth Quarter and Year 2011 Earnings Conference Call</a></li> -->
<!-- <li><a href="http://us.meeting-stream.com/worldfuelservicescorp_022312" target="_blank" ><img src="/images/icon-webcast.png" border="0"> Fourth Quarter and Year-End 2011 Earnings Conference Call Replay</a></li> -->
<!-- <li><a href="http://ir.wfscorp.com/phoenix.zhtml?c=101792&p=irol-newsArticle&ID=1659158&highlight=" target="_self" >World Fuel Services Corporation to Host Fourth Quarter and Year-End 2011 Earnings Conference Call</a></li> -->
<!-- <li><a href="http://www.wsw.com/webcast/stph17/int/" target="_blank" ><img src="/images/icon-webcast.png" border="0"> Stephens Inc. Fall Investment Conference Replay</a></li> -->
</ul>
</div>
</div><!-- homepage-promo END -->
<div id="footer">
<div class="footL">
<li><a href="/About_Us/index.jsp">About Us</a></li>
<li><a href="http://ir.wfscorp.com/phoenix.zhtml?c=101792&p=irol-irhome">Investor Relations</a></li>
<li><a href="/Careers/index.jsp">Careers</a></li>
<li><a href="/terms.jsp">Terms</a></li>
<li><a href="/privacy.jsp">Privacy</a></li>
<li><a href="/siteMap.jsp">Site Map</a></li>
</div>
<div class="footR">
<p>Copyright© 2012 World Fuel Services Corporation. All Rights Reserved.</p>
</div>
</div><!-- footer END -->
</div><!-- content END -->
</div><!-- container END -->
<!-- activate the typeface library and typeface.js fonts -->
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>