
$(document).ready(function() {
	    jQuery(window).bind("load", function() {
		jQuery("div#slider1").codaSlider()
});
	
	$(function() {
	$('a.lightbox').lightBox(); // Select all links with lightbox class
	});
	
	$(".tweet").tweet({
        username: "staygoldendsgn",
        join_text: "auto",
        avatar_size: 32,
        count: 1,
        loading_text: "loading tweets..."
    });
});

