//**************JQUERY SCRIPTS************
    $(document).ready(function(){
    	//twitter implementation   	
        $(".tweet").tweet({
        	username: "solaeraweb",
            count: 2,
            loading_text: "loading tweets...",
        });
    });
    
    
$(document).ready(function(){
			$("#slider").css('borderBottom','5px solid #fff').easySlider();
		});	


//IMAGE GALLERY
  


//************OTHER SCRIPTS**************