$(function() {
	
	$('#splashPhotos .thumb a').colorbox();
	
	$('a[href="http://tacustom.com/agentsearch/alocator_2.asp?cID=77"]').colorbox({
		width:'478px', height:'390px', iframe:true, scrolling:false
	});
	
	(function() {
		var la = 'ul#imenus0 li:eq(0) a';
		if ($(la).length > 0) {
			if ($(la + '[href="/index.cfm"]').length == 1 ||
					$(la + '[href="/uk/index.cfm"]').length == 1) {
						$('#connect').attr('style','display:block');
			}
		}
	}());
	
});

/* custom functions */
function videoTracker(siteArea,position) {

	var OAS_rn  = '001234567890'; 
	var OAS_rns = '1234567890';
			OAS_rn  = new String (Math.random()); 
			OAS_rns = OAS_rn.substring (2, 11);
	var adlocation ='';
	    adlocation = siteArea;
		
	if (adlocation!="") {
	  
	  if ($.browser.msie) {
		var ts = 'http://oascentral.orlandoinfo.com/RealMedia/ads/adstream_mjx.ads/www.orlandoinfo.com/'+ adlocation +'/'+ OAS_rns +'@'+ position +'?';
		//alert(ts);
		var insScript = document.createElement('script');
		insScript.setAttribute('src',ts);
	  }
	
	  else {
		var ts = '<script src="http://oascentral.orlandoinfo.com/RealMedia/ads/adstream_mjx.ads/www.orlandoinfo.com/'+ adlocation +'/'+ OAS_rns +'@'+ position +'?"><\/script>';
		$('body').append('<div id="tracking-script"></div>');
		$('#tracking-script').html(ts);
	 }
  }
}

