/* -------------------------------------------------------------
	Cufon Fonts
-------------------------------------------------------------- */

Cufon.replace('#nav a', { fontFamily: 'swift' });
Cufon.replace('.hometxt h2', { fontFamily: 'swift' });
Cufon.replace('.hometxt p', { fontFamily: 'swift' });
Cufon.replace('.mailform h2', { fontFamily: 'swift' });
Cufon.replace('.news h2', { fontFamily: 'swift' });
Cufon.replace('.notepaper h2', { fontFamily: 'sean' });
Cufon.replace('.notepaper p', { fontFamily: 'sean' });

Cufon.replace('#eventsleft .comment p', { fontFamily: 'swift' });
Cufon.replace('#eventsleft .writter', { fontFamily: 'swift' });

Cufon.replace('#gallery h2', { fontFamily: 'swift' });

Cufon.replace('#news h2', { fontFamily: 'swift' });
Cufon.replace('#news h3', { fontFamily: 'swift' });
Cufon.replace('#archives h2', { fontFamily: 'swift' });

Cufon.replace('#about h2', { fontFamily: 'swift' });
Cufon.replace('#faq h2', { fontFamily: 'swift' });

Cufon.replace('#quotes .entry', { fontFamily: 'swift' });
Cufon.replace('#quotes h2', { fontFamily: 'swift' });

Cufon.replace('.cdetails h3', { fontFamily: 'swift' });

Cufon.replace('.cdetails h3', { fontFamily: 'swift' });

Cufon.replace('h3.media', { fontFamily: 'swift' });


Cufon.replace('h2.error', { fontFamily: 'swift' });


Cufon.replace('.portals h2.title', { fontFamily: 'swift' });
Cufon.replace('.portals .post h2', { fontFamily: 'swift' });
Cufon.replace('#about .post h3', { fontFamily: 'swift' });

Cufon.replace('.pastactors h2.title', { fontFamily: 'swift' });

Cufon.replace('.castingcall h2', { fontFamily: 'swift' });

Cufon.replace('.castevent h3', { fontFamily: 'swift' });

/* -------------------------------------------------------------
	Google Analytics Tracking code
-------------------------------------------------------------- */

$(function(){
	/* Enter code below */
	$.gaTracker( 'UA-10095883-1',
			{
				external:	'/external/',
				mailto:		'/mailto/',
				download:	'/downloads/',
				extensions:	[
					'pdf','doc','xls','csv','jpg','gif', 'mp3',
					'swf','txt','ppt','zip','gz','dmg','xml'		
				]
			}
		);
});



