/*******************************************************************************

 CSS on Sails Framework
 Title: sugarfixdental.com
 Author: XHTMLized (http://www.xhtmlized.com/)
 Date: July 2011

 *******************************************************************************/

$(document).ready( function() {
	flowplayer("a.myPlayer", "http://eii-javascript.s3.amazonaws.com/flowplayer-3.2.5/flowplayer.unlimited-3.2.5.swf", {
	        // product key from your account
	        	key: '98c908a6503734148ed',
	    	// this is the player configuration. You'll learn on upcoming demos.
	    	plugins:  {
	    		controls:  {
	    			volume: false,
	    			opacity: 0.85		
	    		}
	    	}
	    });

	$('body').removeClass('no-js');

	$("#contact-quick").validator();

	if (($.browser.msie) && ($.browser.version <= "9.0")) {

		// CSS3PIE - Include any class/id here that you add to the ie.css file for IE 9,8,7
		var CSS3PIE_selectors = [
		'.home #content',
		'#sidebar .social',
		'#sidebar .twitter',
		'#sidebar .photogallery',
		'#sidebar blockquote',
		'#navigation > ul > li > a'
		];
		$( CSS3PIE_selectors.join(',') ).each( function() {
			PIE.attach(this);
		});
	}

	if (($.browser.msie) && ($.browser.version == "6.0")) {

		// CSS3PIE - Include any class/id here that you add to the ie.css file ONLY for IE 6
		var CSS3PIE_selectors = [
		'.default #content',
		'.default #content .frame-wrapper',
		'.default #content .frame-wrapper .frame',
		'#sidebar .vcard',
		'#header .slideshow-wrapper .slidetabs a span',
		'#header .slideshow-wrapper .slidetabs a',
		'#header .slideshow-wrapper',
		'#header .slideshow-wrapper .images .slide .article-wrapper',
		'#navigation ul',
		'#navigation',
		'.navigation-wrapper',
		'#header .sugarfixdental'
		];
		$( CSS3PIE_selectors.join(',') ).each( function() {
			PIE.attach(this);
		});
	}
	
});
