
if ( $('#anchorList').length ){
	$("#anchorList").ezColumns({columns: 5});
	}

/*
$(document).ready(function(){
				$('.newsticker').vTicker({
				   speed: 500,
				   pause: 6000,
				   showItems: 1,
				   animation: 'fade',
				   mousePause: false,
				   height: 0,
				   direction: 'up'
				});
				
	});
	
*/
$(".example5").colorbox({width:"620px", height:"570px", iframe:true});

$(document).ready(function() {
	$('#twitter').twitterSearch({ 
	    term:   'WorkSpacesLLC', 
	    avatar:  false, 
	    anchors: true, 
	    bird:    false, 
	    colorExterior: null, 
	    colorInterior: null, 
	    pause:   true, 
	    time:    false, 
	    title: 'TWITTER FEED',
	    titleLink: null,
	    timeout: 6000 
		});
	
});

