﻿jQuery(document).ready(function() {
	//make external links open in a new window - content div only
	jQuery('#content a').filter(function() {
        	return this.hostname && this.hostname !== location.hostname;
    	}).addClass("external").attr({target: "_blank"});
    	
	// Load the flash toons player
	var flashvars = {
		autoPlay: "no",
		playlistPath: "/wp-content/themes/theeliseproject/player/playlist.xml"
	};
	var params = {
		wmode: "transparent",
		bgcolor: "#e6e6e6"
	};
	var attributes = false;
	swfobject.embedSWF("/wp-content/themes/theeliseproject/player/playerMultiple.swf", "flash_player", "200", "100", "9.0.0", "/wp-content/themes/theeliseproject/player/expressInstall.swf", flashvars, params, attributes);   
	
	// Obfuscate mailto:
	var email = '<a href="' +
	"znvygb:purrxfzhfvp\100ubgznvy\056pbz".replace(/[a-zA-Z]/g, function(c){
		return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);
	}) + '">' +
	"purrxfzhfvp\100ubgznvy\056pbz".replace(/[a-zA-Z]/g, function(c){
		return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);
	}) + '</a>'
	jQuery('span#email_address').html(email); 	
});