var cokeRewards = function(){
	var target = jQuery('form.email-subscription').get(0);
	var newAnchor = document.createElement('a');
		newAnchor.href = 'http://www.mycokerewards.com/home.do';
		newAnchor.target = '_blank';
		newAnchor.style.display = 'block';
		newAnchor.style.position = 'relative';
		newAnchor.style.margin = '10px 0 0 0';
		newAnchor.style.top = '30px';
	var newImage = document.createElement('img');
		newImage.src = 'http://www.bet.com/Assets/BET/Published/image/jpeg/21fe3f59-8b72-a748-b925-c21ea6747ecd-beta09_button_MyCokeRewards.jpg';
	newAnchor.appendChild(newImage);
	target.appendChild(newAnchor);
	var fixRelative = jQuery('div.oneThirdColRight.galleryBarkerListDiv div.galleryBarkerListDiv2 dl.barkerList.galleryBarkerList').get(0);
	var fixHeight = jQuery('div.oneThirdColRight.galleryBarkerListDiv div.galleryBarkerListDiv2 dl.barkerList.galleryBarkerList dd').get(0);
		fixHeight.style.margin = '50px 0 0 0';
		fixRelative.style.position = 'relative';
}
jQuery(document).ready(function() {
	var insertCokeRewards = new cokeRewards;
 });
