﻿// JScript-Datei

var addthis_config = {
    ui_language: "de"
}


function FrameBuster()
{ 
    if (window != window.top) 
    {
        top.location.href = location.href;
    }
} 
function Vote(value)  
{
    document.voteForm.rating.value = value;
    document.voteForm.submit();  
}     
function VoteID(id, value)  
{
    document.voteForm.id.value = id;
    document.voteForm.rating.value = value;
    document.voteForm.submit();  
}     


