function openWindow(URL,width,height) {day = new Date();id = day.getTime();eval("page" + id + " = window.open('" + URL + "', '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left="+((screen.width - width)/2)+",top="+((screen.height - height)/2)+"');");return false;}
function isEmail(address) {var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;if(reg.test(address) == false) {return false;} else {return true;}}
function swapImg(element, source) {document.getElementById(element).src = source;return false;}

$(document).ready(function() {
    browserDetection();
    fixIE6alphaTransparency();
	attachSwf();
    $("#news").newsTicker();
	if ($('.scrollable').length > 0) {
		$('.scrollable').scrollable({
			item: 'img',
			loop: true,
			size: 1,
			clickable: false
		});
	}
    if ($(".tweet").length == 1) {
        $(".tweet").tweet({
            username: "popularhispanic",
            join_text: "auto",
            avatar_size: 32,
            count: 4,
            auto_join_text_default: "",
            auto_join_text_ed: "",
            auto_join_text_ing: "",
            auto_join_text_reply: "",
            auto_join_text_url: "",
            loading_text: "loading tweets..."
        });
    }
});

function attachSwf() {
    if ($('#slide').length > 0) {
        flashembed('slide', {src: "resources/media/slide.swf", wmode:'transparent'});
    }
}