$(document).ready(function()
{
    $('#meter').css({'top' : '500px'});
    var $test = $('#meter');
    $test.animate(
    {
	    top:'300px'

    },500);

    $('#gallery li').qtip({
        style: {
               classes: 'ui-tooltip-shadow ui-tooltip-' + styles[i]
            }
    });

});

function forward(){
location.href="index.php";
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=550');");
}

function gotourl(page) {
    location.href=page+".php";
}
