/* jQuery stuff */

$(document).ready(function(){				
				
				// Home Page extra content 
				
				$(".moreContent").hide();
												
				$("#column1 .toggle").click(function()
				{
					$("#column1 .moreContent").toggle("slow");
				});
				
				$("#column2 .toggle").click(function()
				{
					$("#column2 .moreContent").toggle("slow");
				});
				
				$("#column3 .toggle").click(function()
				{
					$("#column3 .moreContent").toggle("slow");
				});
				
				
				/*
				$(function()
					{
						setInterval("rotateImages()",2000);
					}
				 );
				 
				 function rotateImages(){
				 	var currentPhoto = $(".portfolioBox div.current");
				 	var nextPhoto = currentPhoto.next();
				 	if (nextPhoto.length == 0;)
				 		nextPhoto = $(.portfolioBox div.first);
				 
				 	currentPhoto.removeClass("current").assClass("previous");
				 	nextPhoto.css({opacity:0.0}).addClass('current').animate({opacity:1.0},1000, function()
				 		{
				 			currentPhoto.removeClass('previous');
				 		});
				 }	*/
				
			});
			
			
			

/*
getTwitters('tweet', { 
  id: 'rem', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  template: '"%text%" <a href="http://twitter.com/%revisionone%/statuses/%id%/">%time%</a>'
});

*/
