// JavaScript Document
//var weatherLocation = 'CAXX0712';  /* Victoria Beach */
//var weatherLocation = 'CAXX1533';  /* Grand Beach */
//var weatherVictoriaBeach = 'CAXX0712';
//var weatherGrandBeach = 'CAXX1533';
//var weatherPineFalls = 'CAXX1975';
//var weatherPinawa = 'CAXX1973';
//var weatherLacDuBonnet = 'CAXX1687';
//var weatherBeausejour = 'CAXX0029';
<!-- /*********   FSnD statistics    Copyright:  FSnD(Klaus@FSnD.de)   ************/-->
  <!-- 
    if( top != self )
    {
        //alert( "In a frame!!" );
        top.location.href=self.location; 
    }
    fsnd_statistics = new Image(1,1);
    fsnd_single_page = new Image(1,1);
    /*
    fsnd_stats = new Image(1,1);
    fsnd_stats.src = "http://statistics.ranking-fsnd.com/add-stats.php?domain_id=6&pwd=fsnd&refer="+escape(document.referrer)+"&scrd="+screen.colorDepth+"&scrw="+screen.width+"&doc_url="+document.URL;
   */
    fsnd_statistics.src = "http://counter.ranking-fsnd.com/add_stats.php?id=12&pwd=fsnd"+"&refer="+escape(document.referrer)+"&scrd="+screen.colorDepth+"&scrw="+screen.width+"&doc_url="+document.URL;
    fsnd_single_page.src = "http://counter.ranking-fsnd.com/single_page.php?id=12&pwd=fsnd&url="+document.URL;
	
function tx_ccscreenres_setCookie(name, value, expires, path, domain, secure) 
{
 var curCookie = name + '=' + escape(value) +
		((expires) ? '; expires=' + expires.toGMTString() : '') +
		((path) ? '; path=' + path : '') +
		((domain) ? '; domain=' + domain : '') +
		((secure) ? '; secure' : '');
		
		document.cookie = curCookie;
}

$(document).ready(function () {
   $('#weather').weatherfeed([weatherLocation]).ajaxStop(function() {


		$("div.scrollable").scrollable({ 
        		vertical: true,  
	        	size: 1
		}).circular().navigator().autoscroll({
			interval: 3000
		});
	});
 });
				
tx_ccscreenres_setCookie('tx_ccscreenres', screen.width, 0, '/');	
