﻿
////var $j = jQuery.noConflict();
////$j(document).ready(function($) {
//    //         $('.teaser-wrap').hide();
//    $('.slidetease').click(function() {
//        if ($(this).parents('.roundcenter').find('.teaser-wrap').is(":hidden")) {
//            $(this).parents('.roundcenter').find('.teaser-wrap').slideDown({ duration: 'slow' });
//        } else {
//            $(this).parents('.roundcenter').find('.teaser-wrap').slideUp({ duration: 'slow' });
//        }
//    });
////});



////var $j2 = jQuery.noConflict();
//$(document).ready(function() {
//    var newsoption1 = {
//        firstname: "mynews",
//        secondname: "showhere",
//        thirdname: "news_display",
//        fourthname: "news_button",
//        newsspeed: '5000'
//    }
//    $.init_news(newsoption1);


//    var myoffset = $('#news_button').offset();

//    var mytop = myoffset.top - 1;

//    $('#news_button').css({ top: mytop });

//});
