/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			
			
			$(".newsletter").colorbox({width:"75%", height:"80%", iframe:true});
			
			
		});
