// JavaScript Document

jQuery(document).ready(function ($) {
								 
	$('.tn_results_header_maplink img').attr('src','http://worldcup1.com/tn_images/tn_results_venuemap.gif');
	$('.tn_results_header_maplink img').attr('style','/ margin:0px 0px 5px 0px; float:left;');
								 
	$('.tn_results_ticket_highlight').each(function(){
		$(this).attr('src','http://worldcup1.com/tn_images/tn_results_highlight_on.gif');													
	});										
	
});