﻿var bickley = { src: '/ClientResources/Flash/sIFR/BickleyScript.swf' };
sIFR.useStyleCheck = true;
sIFR.activate(bickley);
sIFR.replace(bickley, { selector: '#footer h2', css: { '.sIFR-root': { 'color': '#f7f5ba', 'font-size': '30px'}, ratios: [9, 1.27, 14, 1.19, 15, 1.16, 23, 1.15, 26, 1.12, 27, 1.13, 37, 1.12, 40, 1.1, 43, 1.11, 60, 1.1, 65, 1.09, 67, 1.1, 1.09] }, transparent: true });
sIFR.replace(bickley, { selector: '#main_content h1', css: { '.sIFR-root': { 'color': '#c16989', 'font-size': '40px' }, ratios: [9, 1.27, 14, 1.19, 15, 1.16, 23, 1.15, 26, 1.12, 27, 1.13, 37, 1.12, 40, 1.1, 43, 1.11, 60, 1.1, 65, 1.09, 67, 1.1, 1.09] }, transparent: true });
sIFR.replace(bickley, { selector: '#comingsoon h1', css: { '.sIFR-root': { 'color': '#336699', 'font-size': '40px' }, ratios: [9, 1.27, 14, 1.19, 15, 1.16, 23, 1.15, 26, 1.12, 27, 1.13, 37, 1.12, 40, 1.1, 43, 1.11, 60, 1.1, 65, 1.09, 67, 1.1, 1.09] }, transparent: true });


$(function() {
	$('#header #searchbox').before('<a href="javascript:void(0);" class="btn-searchtab" title="Open Search Box">Search</a>');
	$('#header .btn-searchtab').click(function() {
		$(this).css('display', 'none');
		$('#header #searchbox').css('display', 'block');
	});
	$('#header #searchbox input').focus(function() {
		$(this).filter(function() {
			return $(this).val() == '' || $(this).val() == 'Keyword Search';
		}).val('').addClass('focus');
	}).blur(function() {
		$(this).filter(function() {
			return $(this).val() == '';
		}).val('Keyword Search').removeClass('focus');
	});

	$('#header #searchbox a.btn-close').click(function() {
		$('#header .btn-searchtab').css('display', 'block');
		$('#header #searchbox').css('display', 'none');
	});

	if ((jQuery.url.attr('file')) == 'SearchResults.aspx') {
		$('body').addClass('search');
	}
	$('#main_sidebar #sidemenu').before('<a href="http://OrlandoHealth.kintera.org/WPFT" class="btn-donatenow" target="_blank" title="Help Defeat Cancer As It Affects Women and Families">Donate Now!</a>');
	$('#marquee').before('<div id="marquee-pager">').cycle({ fx: 'fade', speed: '300', timeout: '5000', pager: '#marquee-pager', pause: 1 });
	$('#videos').cycle({ fx: 'scrollUp', speed: '300', timeout: 0, next: '.videowall .video-control .btn-next', cleartype: true });
	$('.about-pressreleases #main_content h1 span').text('Press Releases');
	$('.about-pressreleases #main_content a.button').attr('href', '/About/PressReleases');
	$('.about-this-just-in #main_content h1 span').text('This Just In');
	$('.about-this-just-in #main_content a.button').attr('href', '/About/This-Just-In');
	$('.about-this-just-in #main_content #newsList_wrap').children('p').text('The following are important messages, news and events from Women Playing For T.I.M.E.');
	$('.about-this-just-in #newsList .newsItem div.dateline, .about-this-just-in #newsList .newsItem div.description, .about-this-just-in #newsList .newsItem a.more, .about-this-just-in #newsList div.separator_dashed, .about-this-just-in #newsDetail_wrap .dateline').remove();
	if($('#content .justintime .scrollable .items div').length > 12){
		$('#content .justintime').append('<a href="javascript:void(0);" class="justintime-scrollup"><span>Previous</span></a> <a href="javascript:void(0);" class="justintime-scrolldown"><span>Next</span></a>');
		$('#content .justintime .scrollable').css('margin-left', '20px').scrollable({
			clickable: false,
			keyboard: false,
			loop: true,
			next: '.justintime-scrolldown',
			prev: '.justintime-scrollup',
			size: 12,
			speed: 250,
			vertical: true
		 });
		}

  $("ul.auto-twocolumn").makeacolumnlists({ cols: 2, colWidth: 330, equalHeight: false, startN: 1 });
  $("ul.auto-threecolumn").makeacolumnlists({ cols: 3, colWidth: 220, equalHeight: false, startN: 1 });
  $("ul.auto-fourcolumn").makeacolumnlists({ cols: 4, colWidth: 165, equalHeight: false, startN: 1 });
    
	$(".about-contact #main_sidebar #sidemenu").remove();
	$(".about-contact #main_sidebar").load("/About/WhatIsTIME #main_inner #main_sidebar #sidemenu");
});
