/*
 * JavaScript Function Library for ME
 *
 * Copyright 2011, Gürkan Ataseven
 *
 * Date: Thursday July 28 21:49:48 2011 +0200
 */
function LoadPageTo(targetid01, source01) {$(""+targetid01+"").load(""+source01+"");}
  $(document).ready(function() {
     $('#announcements').vTicker({speed: 1000, pause: 2500, animation: 'fade', mousePause: true, showItems: 2, direction: 'up'});
     $('#whatsnew').vTicker({speed: 1500, pause: 3000, animation: 'fade', mousePause: true, showItems: 2, direction: 'down'});
  });

