// JavaScript Document
// scripts
// Serena and the Ratts http://www.serenathemovie.com

$(document).ready(function() {    
	$('#slideshow').cycle({	
	fx: 'scrollLeft',
	speed:  300, 
    next:   '#slideshow', 
    timeout: 0 
	});});

WebFontConfig = {
    google: { families: [ 'Anton::latin,latin-ext', 'Bangers::latin', 'Special+Elite::latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();
