﻿
	var r	= null ;
	var a	= [

		{
			p	: "film" ,
			f	: "index.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_Home_Page\"/>"
		} , {
			p	: "film/filmontv" ,
			f	: "index.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_On_TV\"/>"
		} , {
			p	: "film/newsfeatures" ,
			f	: "index.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_Features\"/>"
		} , {
			p	: "film/makingmovies" ,
			f	: "index.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_Making_Movies\"/>"
		} , {
			p	: "film/chatvotewin" ,
			f	: "competition.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_Competitions\"/>"
		} , {
			p	: "film/video" ,
			f	: "trailers_clips.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_Watch\"/>"
		} , {
			p	: "film/video" ,
			f	: "movierush.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_Movie_Rush\"/>"
		} , {
			p	: "film/cinemadvd" ,
			f	: "cinema_newreleases.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_Cinema\"/>"
		} , {
			p	: "film/cinemadvd" ,
			f	: "dvd_newreleases.html" ,
			v	: "<img height=\"1\" width=\"1\" src=\"http://switch.atdmt.com/action/mbpfp_Film4_DVD\"/>"
		}

	] ;

	try {
		var _	= String.fromCharCode( 47 ) ;
		var l	= ( window.location ).toString().toLowerCase() ;
		var i	= ( 0 ) ;
		var j	= ( a.length ) ;
		var n	= ( 0 ) ;
		var m	= ( 0 ) ;
		var o, p, f, v, s ;
		for ( i = i ; i < j ; i++ ) {
			o	= a[ i ] ;
			if ( o != null ) {
				p	= o.p ;
				f	= o.f ;
				v	= o.v ;
				n	= ( l.indexOf( p ) );
				m	= ( l.length ) ;
				if (
						( n >= 0 ) &&
						( m >= 0 )
				) {
					s	= l.substr( n, m ) ;
					if (
							s == p || s == p + _ || s == p + _ + f
					) if ( r ) r += v ; else r = v ;
				}
			}
		}
	} catch ( e ) {
		void( e ) ;
		e	= undefined ;
	} finally { /* try to avoid our declarations impacting on anything else */
		a	= undefined ;
		l	= undefined ;
		i	= undefined ;
		j	= undefined ;
		n	= undefined ;
		m	= undefined ;
		o	= undefined ;
		p	= undefined ;
		f	= undefined ;
		v	= undefined ;
		s	= undefined ;
	}
	if ( r ) document.write( r ) ;