var in_simple_edit=false;var puc={};$(function(){puc.init();});puc.init=function(){puc.trackMedia();puc.isLegacyBrowser();puc.homePage();puc.alumni();puc.departments();puc.calendarNormal();puc.calendarPrint();puc.calendarMini();puc.transRegistration();puc.googleCampusMap();puc.businessCalc();puc.headerImageRandom();puc.parentsWeekendReg();puc.portalCurrentStudents();puc.topLevelSection();}
puc.trackMedia=function(){$("a[href*='.pdf'], a[href*='.doc'], a[href*='.xls'], a[href*='.ppt']").click(function(){_gaq.push(['_trackPageview','/doc/'+$(this).attr('href')]);});$("a[href*='.mov']").click(function(){_gaq.push(['_trackPageview','/video/'+$(this).attr('href')]);});$("a[href*='.zip']").click(function(){_gaq.push(['_trackPageview','/file/'+$(this).attr('href')]);});$("a[href*='.mp3']").click(function(){_gaq.push(['_trackPageview','/audio/'+$(this).attr('href')]);});}
puc.isLegacyBrowser=function(){if(typeof worst_browser_ever!=='undefined'){if(worst_browser_ever){$('body').prepend('<div id="noIE" style="display:none">Pacific Union College is degrading support for Internet Explorer 6.  Please consider downloading a modern browser. <a target="blank" href="http://www.apple.com/safari/">Download Safari</a> - <a target="blank" href="http://www.mozilla.com/firefox/">Download Firefox</a></div>');$('#noIE').slideDown('slow');}}}
puc.homePage=function(){if($('#homepage_title_center').length<1)
return false;$('#s4').before('<div id="nav" class="nav">').cycle({fx:'fade',speed:1000,timeout:4000,pager:'#nav',pause:1});$('div.homenewsText').truncate(160);puc.homePageBannerCycle();}
puc.homePageBannerCycle=function(){$('#homepage_image').prepend('<div id="homepageSlideLeft" /><div id="homepageSlideRight" />');var slider=$('#homepageSlideLeft, #homepageSlideRight');$('#homepage_image').hover(function(){slider.fadeIn('fast');},function(){slider.fadeOut('fast');});var i=0;$('#homepage_image_inner').cycle({fx:'fade',speed:1000,timeout:7000,pause:1,next:'#homepageSlideLeft',prev:'#homepageSlideRight',after:function(currSlideElement,nextSlideElement,options,forwardFlag){var caption=$(nextSlideElement).find('div.caption');var parts=caption.find('a.captionInfo').attr('rel').split(',');if(i>0){$(currSlideElement).find('div.caption').hide();}
if(parts[0]=='1'){setTimeout(function(){$(nextSlideElement).find('div.caption').fadeIn('slow');},1000);i++;}
if(parts[1]!=''){parts[1]=parts[1]+'?utm_source=Marketing&utm_medium=email&utm_campaign=Homepage Image Link: '+escape($(nextSlideElement).find('img').attr('alt'));$(nextSlideElement).find('img').wrap('<a href="'+parts[1]+'" />');}}});}
puc.alumni=function(){if(typeof fund_type!=='undefined'){$('#q30305_q4').children('option').each(function(){var selection=$(this).val().replace(/ /gi,'').toLowerCase();selection=selection.replace(/-/gi,'');if(selection==fund_type.toLowerCase()){$(this).attr('selected',true);}});}
if($('#form_email_65614').length>0){if(newsletter_type!==''){if(newsletter_type=='0'){$("#q65614_q11").val('Gift Legacy');}else if(newsletter_type=='2'){$("#q65614_q11").val('Gift Law');}}}}
puc.departments=function(){if($('span.deptNewsSum').length>0){$('span.deptNewsSum').truncate(60);$('span.deptNewsSum').show();}}
puc.calendarDateConvert=function(){$('span.ISODate').each(function(){$(this).text(getTFID($(this).text()))});}
puc.calendarNormal=function(){if($('div.calendarEvent').length<1)
return false;$('div.calendarEvent').click(function(){var cal_link=$(this).children('a').attr('href');document.location=cal_link;});var new_cal_path=document.location.href.split('?');var print_cal=$('a.printCal').attr('href');if(isset(new_cal_path[1])){print_cal=print_cal+'?'+new_cal_path[1];$('a.printCal').attr('href',print_cal);}
puc.calendarDateConvert();}
puc.calendarPrint=function(){if($('span.through_day').length<1)
return false;$('span.through_day').each(function(){if($(this).text()!=''){$(this).parent().show();}});puc.calendarDateConvert();}
puc.calendarMini=function(){if($('#home_contentright').length<1)
return false;puc.calendarDateConvert();puc.scroll($('#home_contentright .scroll'));}
puc.transRegistration=function(){$('#form_email_60737_submit').click(function(){if($('#q60737_q11').val()=='Charge Student Account'){if($('#q60737_q4').val()==''){alert('You must enter your student ID number if you are paying with your student account.');$('#q60737_q4').css('background-color','#ca582b');return false;}}});if($('#form_email_60737_submit').length>0){var matrix_hour_format=$("#q60737\\:q10value\\[h\\], #q60737\\:q12value\\[h\\]");puc.convertMatrixTime(matrix_hour_format);}
if($('#form_email_63789').length>0){var matrix_hour_format=$("#q63792\\:q10value\\[h\\], #q63792\\:q11value\\[h\\], #q63795\\:q6value\\[h\\], #q63795\\:q7value\\[h\\]");puc.convertMatrixTime(matrix_hour_format);}}
puc.googleCampusMap=function(){if($('#show-google-map').length<1)
return false;$('#show-google-map').click(function(){$('#puc-map-holder').addClass('center');$('#puc-map-holder .close').click(function(){$('#puc-map-holder').removeClass('center');});puc.scroll($('#map-locations .scroll'));});}
puc.businessCalc=function(){var message='You have not entered a number. Please enter a number';$('#quarter').keyup(function(){if(isNaN($(this).val())){alert(message);$(this).val('');}else{if($('#quarter').val()==''){var quarter=0;$('#semester').val('0');}else{var quarter=parseInt($(this).val())/1.5;$('#semester').val(quarter.toFixed(2));}}});$('#semester').keyup(function(){if(isNaN($(this).val())){alert(message);$(this).val('');}else{if($('#semester').val()==''){var semester=0;$('#quarter').val('0');}else{var semester=parseInt($(this).val())*1.5;$('#quarter').val(semester.toFixed(2));}}});}
puc.headerImageRandom=function(){var header_image=(window.arr_header===undefined)?true:false;var admin=($('#adminLoggedInUser').length>0)?true:false;if(!header_image){var rand=Math.random();rand=rand*(arr_header.length-1);rand=Math.ceil(rand);if(arr_header[rand]!==undefined){$('#section_title').before('<img src="'+arr_header[rand]+'" alt="Page Header Image" />');}}}
puc.parentsWeekendReg=function(){$('#q57722_q12_0').click(function(){var val=$('#q57722_q17');if($('#q57722_q12_0:checked').length>0){val.removeAttr('readonly');}else{val.attr('readonly','readonly');val.val('');}});$('#q57722_q13_0').click(function(){var val=$('#q57722_q18');if($('#q57722_q13_0:checked').length>0){val.removeAttr('readonly');}else{val.attr('readonly','readonly');val.val('');}});$('#q57722_q14_0').click(function(){if($('#q57722_q14_0:checked').length>0){$('#q57722_q19, #q57722_q20').removeAttr('readonly');}else{$('#q57722_q19, #q57722_q20').attr('readonly','readonly');$('#q57722_q19, #q57722_q20').val('');}});}
puc.portalCurrentStudents=function(){if($('#currentStudentsCal').length<1)
return false;var link_clicked=false;$('#pucTabHolder2, #pucTabHolder4').show();$('#pucTabs li').click(function(){$('#pucTabs li').removeClass('selected');$(this).addClass('selected');$('.pucTab').hide();var id=$(this).attr('id');if(id=='pucTab1'){$('#pucTabHolder1').show();}else if(id=='pucTab2'){$('#pucTabHolder2').show();}else if(id=='pucTab3'){$('#pucTabHolder3').show();}else if(id=='pucTab4'){$('#pucTabHolder4').show();}
return false;});puc.scroll($('#gallerySlideshow, #currentStudentsBlogText, #currentStudentCafeMenu'));$('#currentStudentBlogScroll').jcarousel({scroll:4,buttonNextHTML:'<span></span>',buttonPrevHTML:'<span></span>'});$('#pucTabHolder2, #pucTabHolder4').hide();$('#currentStudentsMarketplace a.cluetip').cluetip({activation:'click',positionBy:'bottomTop',sticky:true,width:'500px',showTitle:false,closePosition:'bottom',closeText:'<p class="close"></p>'});$('#currentStudentBlogScroll li a').click(function(){$('#currentStudentBlogScroll li a').removeClass('selected');$(this).addClass('selected');if(!link_clicked){link_clicked=true;}else{return false;}
$.ajax({type:'GET',url:$(this).attr('href')+'?SQ_DESIGN_NAME=blank&SQ_PAINT_LAYOUT_NAME=blank',success:function(data){$('#currentStudentsBlogTextHold').html(data);puc.scroll($('#currentStudentsBlogText'));link_clicked=false;}});return false;});getTwitters('currentStudentsTwitter',{id:'RecRadio',count:30,enableLinks:true,ignoreReplies:true,clearContents:true,template:'"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>',callback:function(){$('#pucTabHolder3').show();puc.scroll($('#currentStudentsTwitter'));$('#pucTabHolder3').hide();}});puc.scroll($('#currentStudentsMarketplace .scroll'));$('li.calTitle').each(function(){if($(this).next().attr('class')!=='calItem'){$(this).hide();}});puc.scroll($('#currentStudentsCal .scroll'));puc.calendarDateConvert();}
puc.topLevelSection=function(){if($('#acaBannerFeat').length<1)
return false;$('#bannerTopItems div.eventItem:last').addClass('removeLast');if($('#bannerTopItems div.eventItem h4').text().length>40){$('#bannerTopItems .eventItem p').truncate(90);}else{$('#bannerTopItems .eventItem p').truncate(138);}
$('#bannerTopItems .eventItem p').show();$('ul#acaBannerFeat').cycle({fx:'fade',speed:3000,timeout:5000,pause:1});}
function isset(obj){if(typeof(obj)=='undefined'){return false;}else{return true;}}
puc.convertMatrixTime=function(obj){var time_am=1;var time_pm=1;var item_num=0;obj.children('option').each(function(){var text=$(this).text();var val=parseInt($(this).val());if(item_num===1){$(this).text('12 am');}
if(item_num===13){$(this).text('12 pm');}
if(text!==''){if(item_num<13&&item_num!==1){$(this).text(time_am+' am');time_am++;}
if(item_num>=13&&item_num!==13){$(this).text(time_pm+' pm');time_pm++;}}
item_num++;if(item_num>=25){time_am=1;time_pm=1;item_num=0;}});}
puc.scroll=function(obj){obj.jScrollPane({showArrows:true,scrollbarWidth:7});}
