/*
 * MyFonts Webfont Build ID 713516, 2011-03-01T00:49:00-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the urls below.
 * 
 * Webfont: Digital TS Light
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/light/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-Light
 * CSS font-weight: normal
 * 
 * Webfont: Digital TS Light Oblique
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/light-oblique/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-LightOblique
 * CSS font-weight: normal
 * 
 * Webfont: Digital TS Regular
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/regular/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-Regular
 * CSS font-weight: normal
 * 
 * Webfont: Digital TS Regular Oblique
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/regular-oblique/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-RegularOblique
 * CSS font-weight: normal
 * 
 * Webfont: Digital TS Medium
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/medium/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-Medium
 * CSS font-weight: normal
 * 
 * Webfont: Digital TS Medium Oblique
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/medium-oblique/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-MediumOblique
 * CSS font-weight: normal
 * 
 * Webfont: Digital TS Bold
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/bold/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-Bold
 * CSS font-weight: normal
 * 
 * Webfont: Digital TS Bold Oblique
 * Url: http://new.myfonts.com/fonts/ef-typeshop/digital-ts/bold-oblique/
 * Foundry: TypeShop Collection
 * Copyright: Copyright of design and/or Trademark by The Quick Brown Fox GmbH or its licensors. Copyright of digital font software by Elsner+Flake Type Consulting GmbH. This font software may not be reproduced, modified, decoded, disclosed or transferred without the w
 * License: http://www.myfonts.com/viewlicense?1056
 * Licensed pageviews: 10,000/month
 * CSS font-family: DigitalTS-BoldOblique
 * CSS font-weight: normal
 * 
 * © 2011 Bitstream, Inc
*/



// safari 3.1: data-css
// firefox 3.6+: woff
// firefox 3.5+: data-css
// chrome 4+: data-css
// chrome 6+: woff
// IE 5+: eot
// IE 9: woff
// opera 10.1+: data-css
// mobile safari: svg/data-css
// android: data-css

var browserName, browserVersion, webfontType,  webfontTypeOverride;
 
if (typeof(customPath) == 'undefined')
	var customPath = false;


if (typeof(woffEnabled) == 'undefined')
	var woffEnabled = true;


if (/myfonts_test=on/.test(window.location.search))
	var myfonts_webfont_test = true;

else if (typeof(myfonts_webfont_test) == 'undefined')
	var myfonts_webfont_test = false;


if (customPath)
	var path = customPath;

else {
	var scripts = document.getElementsByTagName("SCRIPT");
	var script = scripts[scripts.length-1].src;

	if (!script.match("://") && script.charAt(0) != '/')
		script = "./"+script;
		
	var path = script.replace(/\\/g,'/').replace(/\/[^\/]*\/?$/, '');
}


if (myfonts_webfont_test)
	document.write('<script type="text/javascript" src="' +path+ '/MyFonts Webfonts Order M2764625_test.js"></script>');


if (/webfont=(woff|ttf|eot)/.test(window.location.search))
{
	webfontTypeOverride = RegExp.$1;

	if (webfontTypeOverride == 'ttf')
		webfontTypeOverride = 'data-css';
}


if (/MSIE (\d+\.\d+)/.test(navigator.userAgent))
{
	browserName = 'MSIE';
	browserVersion = new Number(RegExp.$1);
	if (browserVersion >= 9.0 && woffEnabled)
		webfontType = 'woff';
	else if (browserVersion >= 5.0)
		webfontType = 'eot';
}
else if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent))
{
	browserName = 'Firefox';
	browserVersion = new Number(RegExp.$1);
	if (browserVersion >= 3.6 && woffEnabled)
		webfontType = 'woff';
	else if (browserVersion >= 3.5)
		webfontType = 'data-css';
}
else if (/Chrome\/(\d+\.\d+)/.test(navigator.userAgent)) // must check before safari
{
	browserName = 'Chrome';
	browserVersion = new Number(RegExp.$1);

	if (browserVersion >= 6.0 && woffEnabled)
		webfontType = 'woff';

	else if (browserVersion >= 4.0)
		webfontType = 'data-css';
}
else if (/Mozilla.*(iPhone|iPad).* OS (\d+)_(\d+).* AppleWebKit.*Safari/.test(navigator.userAgent))
{
		browserName = 'MobileSafari';
		browserVersion = new Number(RegExp.$2) + (new Number(RegExp.$3) / 10)

	if(browserVersion >= 4.2)
		webfontType = 'data-css';

	else
		webfontType = 'svg';
}
else if (/Mozilla.*(iPhone|iPad).*AppleWebKit.*Safari/.test(navigator.userAgent))
{
	browserName = 'MobileSafari';
	webfontType = 'svg';
}
else if (/Safari\/(\d+\.\d+)/.test(navigator.userAgent))
{
	browserName = 'Safari';
	if (/Version\/(\d+\.\d+)/.test(navigator.userAgent))
	{
		browserVersion = new Number(RegExp.$1);
		if (browserVersion >= 3.1)
			webfontType = 'data-css';
	}
}
else if (/Opera\/(\d+\.\d+)/.test(navigator.userAgent))
{
	browserName = 'Opera';
	if (/Version\/(\d+\.\d+)/.test(navigator.userAgent))
	{
		browserVersion = new Number(RegExp.$1);
		if (browserVersion >= 10.1)
			webfontType = 'data-css';
	}
}


if (webfontTypeOverride)
	webfontType = webfontTypeOverride;

switch (webfontType)
{
		case 'eot':
		document.write("<style>\n");
				document.write("@font-face {font-family:\"DigitalTS-Light\";src:url(\"" + path + "/webfonts/eot/style_197293.eot\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-LightOblique\";src:url(\"" + path + "/webfonts/eot/style_197292.eot\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Regular\";src:url(\"" + path + "/webfonts/eot/style_197296.eot\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-RegularOblique\";src:url(\"" + path + "/webfonts/eot/style_197297.eot\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Medium\";src:url(\"" + path + "/webfonts/eot/style_197295.eot\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-MediumOblique\";src:url(\"" + path + "/webfonts/eot/style_197291.eot\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Bold\";src:url(\"" + path + "/webfonts/eot/style_197294.eot\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-BoldOblique\";src:url(\"" + path + "/webfonts/eot/style_197290.eot\");}\n");
				document.write("</style>");
		break;
		
		case 'woff':
		document.write("<style>\n");
				document.write("@font-face {font-family:\"DigitalTS-Light\";src:url(\"" + path + "/webfonts/woff/style_197293.woff\") format(\"woff\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-LightOblique\";src:url(\"" + path + "/webfonts/woff/style_197292.woff\") format(\"woff\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Regular\";src:url(\"" + path + "/webfonts/woff/style_197296.woff\") format(\"woff\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-RegularOblique\";src:url(\"" + path + "/webfonts/woff/style_197297.woff\") format(\"woff\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Medium\";src:url(\"" + path + "/webfonts/woff/style_197295.woff\") format(\"woff\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-MediumOblique\";src:url(\"" + path + "/webfonts/woff/style_197291.woff\") format(\"woff\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Bold\";src:url(\"" + path + "/webfonts/woff/style_197294.woff\") format(\"woff\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-BoldOblique\";src:url(\"" + path + "/webfonts/woff/style_197290.woff\") format(\"woff\");}\n");
				document.write("</style>");
		break;
	
		case 'data-css':
		document.write("<link rel='stylesheet' type='text/css' href='" + path + "/webfonts/datacss/MyFonts Webfonts Order M2764625.css'>");
		break;
	
		case 'svg':
		document.write("<style>\n");
				document.write("@font-face {font-family:\"DigitalTS-Light\";src:url(\"" + path + "/webfonts/svg/style_197293.svg#DigitalTS-Light\") format(\"svg\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-LightOblique\";src:url(\"" + path + "/webfonts/svg/style_197292.svg#DigitalTS-LightOblique\") format(\"svg\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Regular\";src:url(\"" + path + "/webfonts/svg/style_197296.svg#DigitalTS-Regular\") format(\"svg\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-RegularOblique\";src:url(\"" + path + "/webfonts/svg/style_197297.svg#DigitalTS-RegularOblique\") format(\"svg\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Medium\";src:url(\"" + path + "/webfonts/svg/style_197295.svg#DigitalTS-Medium\") format(\"svg\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-MediumOblique\";src:url(\"" + path + "/webfonts/svg/style_197291.svg#DigitalTS-MediumOblique\") format(\"svg\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-Bold\";src:url(\"" + path + "/webfonts/svg/style_197294.svg#DigitalTS-Bold\") format(\"svg\");}\n");
				document.write("@font-face {font-family:\"DigitalTS-BoldOblique\";src:url(\"" + path + "/webfonts/svg/style_197290.svg#DigitalTS-BoldOblique\") format(\"svg\");}\n");
				document.write("</style>");
		break;
		
	default:
		break;
}
