// JavaScript Document
$(function() {
		   $(".fadein").fadeIn(2000);
		   });
$(function() {
		   $(".slogan").fadeIn(2000);
		   });
$(function(){
 $('a.new-window').click(function(){
 window.open($(this).attr('href'), 'title', 'width=650, height=800');
 return false;
 });
});
