document.observe("dom:loaded", function() 
{
var g = new k.Growler({location:"tr"});

$("littleoneg1").observe("click", function(e)
{
g.growl("LittleOne Intro - MP3 , 160kb/s , 44.1kHz<br /><br /><i>All sounds (except for the vocals and drums)have been made with LittleOne.<br />No additional Synth/FX used.</i><br>&nbsp;");
});


$("littleoneg2").observe("click", function(e)
{
g.growl("Pure 80's - MP3 , 160kb/s , 44.1kHz<br /><br /><i>All sounds (except for the vocals and drums)have been made with LittleOne.<br />No additional Synth/FX used.</i><br>&nbsp;");
});

$("littleoneg3").observe("click", function(e)
{
g.growl("Not So Little - MP3 , 160kb/s , 44.1kHz<br /><br /><i>All sounds have been made with LittleOne.<br />No additional Synth/FX used.</i><br>&nbsp;");
});

});
