

$(function() {
    $("#contactForm").expandAll();
    $("#contactForm  h4.expand").toggler();
});

$(document).ready(function(){
				$('#txtName').autofill({
					value: 'First Name',
					defaultTextColor: '#333',
					activeTextColor: '#000'
				});
				$('#txtEmail').autofill({
					value: 'Your E-mail',
					defaultTextColor: '#333',
					activeTextColor: '#000'
				});
				$('#txtLastName').autofill({
					value: 'Last Name',
					defaultTextColor: '#333',
					activeTextColor: '#000'
				});
				$('#txtComment').autofill({
					value: 'Describe your needs',
					defaultTextColor: '#333',
					activeTextColor: '#000'
				});
			});

  
		  

var leaguegothic = { src: "http://www.sbsstudios.com/swf/sifr.swf" };
sIFR.useStyleCheck = true;
sIFR.activate(leaguegothic);
sIFR.replace(leaguegothic, {
	selector: "h1",
	css: [
		'.sIFR-root {leading:-3; color:#9dcfee;}'
	],
	wmode: 'transparent'

});

/*sbs tweets*/
 $(document).ready(function(){
        $(".tweetSBS").tweet({
            username: "sbsstudios",
            join_text: "auto",
            avatar_size: 0,
            count: 1,
            auto_join_text_default: "",
            auto_join_text_ed: "",
            auto_join_text_ing: "",
            auto_join_text_reply: "",
            auto_join_text_url: "",
            loading_text: "loading tweets..."
        });
    });



