/* Update log:
11/08/2010 - Added JE's code.  
*/ 

if( window.page_code_callbacks ) {
	for( var i = 0; i < window.page_code_callbacks.length; i++ ) {
		window.page_code_callbacks[ i ]();
	}
}

/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/

var s_code=s.t();if(s_code)document.write(s_code);

if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-');

( function() {
	var load_events = [
		function() {
			if( s.prop24 === 'AUS-NZ' ) {
				var i;
				var links = document.getElementsByTagName( 'a' );
				for( i = 0; i < links.length; i++ ) {
					var currentLink = links[ i ];
					var images = currentLink.getElementsByTagName( 'img' );
					if( images.length === 0 && ( 
						   ( currentLink.href.indexOf( '/US/' ) != -1 ) 
						|| ( currentLink.href.indexOf( 'cid=us' ) != -1 )
						|| ( currentLink.href.indexOf( 'website=US' ) != -1)
						|| ( currentLink.href.indexOf( '/html/' ) != -1 )
					//	|| ( currentLink.href.indexOf( '/downloadcenter/' ) != -1 )
						|| ( currentLink.href.indexOf( '/studentzone/' ) != -1 )
						|| ( currentLink.href.indexOf( '/tools/nspire/' ) != -1 )
					//	|| ( currentLink.href.indexOf( 'OA_HTML/' ) != -1 )
						|| ( currentLink.href.indexOf( 'com/guides' ) != -1 )
					//	|| ( currentLink.href.indexOf( 'atomiclearning.com' ) != -1 )
						|| ( currentLink.href.indexOf( 'TI-Nspire.com' ) != -1 )
						|| ( currentLink.href.indexOf( 'timath.com' ) != -1 )
					) ) {
						var newImg = document.createElement( 'img' );
						newImg.setAttribute( 'src','http://education.ti.com/images/icons/us-mini-space.gif' );
						//newImg.setAttribute('alt','this is alt text');
						newImg.setAttribute( 'title','You will leave Australia/New Zealand site and will go to the US site.' );
						newImg.setAttribute( 'border','0' );
						currentLink.appendChild( newImg );
						currentLink.setAttribute( 'target' , '_blank' );
					}

					if( images.length === 0 && ( 
						   ( currentLink.href.indexOf( '/UK/' ) != -1 ) 
						|| ( currentLink.href.indexOf( 'cid=uk' ) != -1 )
					//	|| ( currentLink.href.indexOf( 'website=US' ) != -1 )
					//	|| ( currentLink.href.indexOf( '.pdf' ) != -1 )
					) ) {
						var newImg = document.createElement( 'img' );
						newImg.setAttribute( 'src', 'http://education.ti.com/images/icons/uk-mini-space.gif' );
					//  newImg.setAttribute( 'alt', 'this is alt text' );
						newImg.setAttribute( 'title','You will leave Australia/New Zealand site and will go to the UK site.' );
						newImg.setAttribute( 'border', '0' );
						currentLink.appendChild( newImg );
						currentLink.setAttribute( 'target', '_blank' );
					}
				}
			}
		}
	];
	
	for( var i = 0; i < load_events.length; i++ ) {
			load_events[ i ]();
	}
} )();
