// JavaScript Document
$(function(){
 $("a[id^='UT_']").colorbox({iframe:true, innerWidth:435, innerHeight:354});
});