// JavaScript Document

$(document).ready(function(){
	$(".terms").colorbox({width:"80%", height:"80%", iframe:true});
	$(".policy").colorbox({width:"80%", height:"80%", iframe:true});
	$(".interview").colorbox({width:"600px", height:"400px", iframe:true});
});
