function addCtaWithTarget(href, x, y, width, height, imgOff, imgOn, target) { 
	document.writeln(
		'<a target="_'+target+'" href="' + href + '" ' +
			'style="display:block; position:absolute; background-repeat:no-repeat; background-position:-' + width + 'px -' + height + 'px; overflow:hidden;' + 
				'left:' + x + 'px; top:' + y + 'px; ' + 
				'width:' + width + 'px; height:' + height + 'px; ' + 
				'background-image:url(\'/niketraining/global/images/homepage/' + imgOff + '\');" ' +
			'onmouseover="this.childNodes[0].style.visibility=\'hidden\'; this.style.backgroundPosition=\'0px 0px\';" ' +
			'onmouseout="this.childNodes[0].style.visibility=\'visible\'; this.style.backgroundPosition=\'-' + width + 'px -' + height + 'px\';" ' +
		'>' +
				'<img src="/niketraining/global/images/homepage/' + imgOn + '" align="top" border="0" style="position:absolute; top:0px; left:0px;">' +
		'</a>'
	);
}
function addCta(href, x, y, width, height, imgOff, imgOn) { 
	var target = 'blank';
	addCtaWithTarget(href, x, y, width, height, imgOff, imgOn, target);
}

function addCtaNewWin(href, x, y, width, height, imgOff, imgOn) { 
	document.writeln(
		'<a href="' + href + '" ' +
			'style="display:block; position:absolute; background-repeat:no-repeat; background-position:-' + width + 'px -' + height + 'px; overflow:hidden;' + 
				'left:' + x + 'px; top:' + y + 'px; ' + 
				'width:' + width + 'px; height:' + height + 'px; ' + 
				'background-image:url(\'/niketraining/global/images/homepage/' + imgOff + '\');" ' +
			'onmouseover="this.childNodes[0].style.visibility=\'hidden\'; this.style.backgroundPosition=\'0px 0px\';" ' +
			'onmouseout="this.childNodes[0].style.visibility=\'visible\'; this.style.backgroundPosition=\'-' + width + 'px -' + height + 'px\';" ' +
			'target="_blank" ' +
		'>' +
				'<img src="/niketraining/global/images/homepage/' + imgOn + '" align="top" border="0" style="position:absolute; top:0px; left:0px;">' +
		'</a>'
	);
}

function setBg(src, width, height) {
	window.setTimeout("var obj_background_image = document.getElementById('background_image'); obj_background_image.src = '/niketraining/global/images/homepage/" + src + "'; obj_background_image.width = " + width + "; obj_background_image.height = " + height + ";", 1);
}

/* The Program v1.2 Update*/

setBg("bg-niketraining-landing-v1.2.jpg", 910, 602);
addCtaWithTarget("/nikeos/p/niketraining/en_CA/theprogram", 57, 496, 298, 40, "blank.gif", "blank.gif","self");

/** Blast update **/
addCta("http://www.facebook.com/niketraining", 735, 544, 28, 28, "blank.gif", "blank.gif");
addCta("http://www.twitter.com/niketraining", 767, 544, 28, 28, "blank.gif", "blank.gif");
addCta("http://www.youtube.com/niketraining", 797, 544, 53, 28, "blank.gif", "blank.gif");
/** end **/
