﻿// JavaScript Document
$(document).ready(function() {
		
		/*
		$('#coin-slider').coinslider({
			width: 800, // width of slider panel
			height: 322, // height of slider panel
			spw: 5, // squares per width
			sph: 5, // squares per height
			delay: 3000, // delay between images in ms
			sDelay: 15, // delay beetwen squares in ms
			opacity: 0.7, // opacity of title and navigation
			titleSpeed: 200, // speed of title appereance in ms
			effect: '', // random, swirl, rain, straight
			navigation: true, // prev next and buttons
			links : true, // show images as links 
			hoverPause: true // pause on hover
		});
		*/
		
		$('.bannerParadigm').paradigm(
		{										
			width:800,
			height:322,
			thumbWidth:120,
			thumbHeight:54,
			thumbAmount:3,
			thumbSpaces:10,
			thumbPadding:10,
			
			shadow:'true',
			/*
			parallaxX:50,
			parallaxY:20,
			captionParallaxX:10,
			captionParallaxY:-5,
			*/
			touchenabled:'on',
			timer:3						
		});
		
		

		$("#twitter").getTwitter({
			userName: "LogosSistemas",
			numTweets: 2,
			loaderText: "Carregando mensagens...",
			slideIn: true,
			showHeading: false,
			/*headingText: "@LogosSistemas",*/
			headingLink: true,
			showTimestamp: true,
			showProfileLink: true
		});
		
		$("#defaultSistemas").scrambledWriter();
		
	});
