$(document).ready(function() {
	if ($('#select_size li').length == 1){
			var oneSize = $('#select_size li:first');
			var skuValue = oneSize.find('input').attr('value');
			var productValue = oneSize.find('input').attr('class').split("prod_")[1];
			checkStock(productValue, skuValue);
	}

//	if(! window.location.search.match('hideEnvironmentBg')) {
//		if(document.location.hostname.match('istore')) {
//			$('body').css('background', 'url(https://www.jjbsports.com/pws/client/images/common/uat_bg.png) repeat-y center');
//		} else if(document.location.hostname.match('stage')) {
//			$('body').css('background', 'url(https://www.jjbsports.com/pws/client/images/common/staging_bg.png) repeat-y center');
//		}
//	}
});
