$(document).ready(function(){
			
			/*$(".sign-in").colorbox({
				width:"850px",
				height:"80%",
				title:"<h1>Register</h1>",
				fixed:true,
				data:true, 
				href:"register.htm #userRegister",
				
			});*/
			
			$(".terms").colorbox({
				width:"850px",
				height:"80%", 
				fixed:true,
				data:true,
				title: "<h1>Terms &amp; Conditions</h1>", 
				href:"/site/content/view/alias/terms #contentFeature"
			});
		});
