// JavaScript Document
Cufon.replace('h1');

$(function(){
		   
		   
		   var div = Raphael("frame",960,401);
		   div.rect(0,0,960,400,0).attr({fill:"#ffffff",stroke:"#ffffff"});
		  
		   $("#slideshow").jMask({width:939,height:380});
		   
		   });
