﻿    $(document).ready(function() {
    	$('.tweet').twitterSearch({ 
    	    term:   'UBLStore', 
    	    title: '',
    	    // no fade 
    	    animOut: { opacity: 1 }, 
    	    avatar:  false, 
    	    anchors: false, 
    	    bird:    false, 
    	    colorExterior: 'black', 
    	    colorInterior: 'black', 
    	    pause:   true, 
    	    time:    false, 
    	    timeout: 2000 
    	});
    	$('.twitterSearchContainter').height(40);
    	$('.contact-info').siblings('div:eq(1)').addClass('contact-form').css({'width':'310'});
    	$('.contact-form td.Second input,.contact-form td.Second textarea').css({'width':'200px'});
    	$('#rotator').before('<div class="rotatornav">').cycle({
            fx: 'fade',
            speed: 'slow',
            prev: '#prev2',
            next: '#next2',
            timeout: 4000,
            // pager: '#rotatornav',
            before: function() { if (window.console) console.log(this.src); }
        });
    });

