﻿function popUp(URL, width, height) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open('" + URL + "', '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width=" + width + ",height=" + height + "');");
}

mailLink = function(to_str, domain_str, html_str, class_str, subject_str)
{
    if (class_str)
    {
        class_str = ' class="'+class_str+'"';
    } else {
        class_str = "";
    }
    if(subject_str)
    {
        subject_str = '?subject='+subject_str;
    }
    else
    {
        subject_str = "";
    }
    document.write('<a href="mailto:' + to_str + '@' + domain_str + subject_str + '"' + class_str + '>'+html_str+'</a>');
}

$(document).ready(function(){
	$('.tickround ul').innerfade({ animationtype: 'fade', speed: 'slow', timeout: 5000, type: 'random', containerheight: '185px' });
})
