if (typeof jQuery == 'undefined') {  
  document.write('<scr'+'ipt type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></scr'+'ipt>');    
} 

function ezyair_gotComments(data)
{
    $.each(data, function(i,item){
      $('<div />').html(item.comment).appendTo('#ezyair_comments');
    });
    $('#ezyair_comments div').hide();
    $($('#ezyair_comments div')[0]).show();
    setTimeout(ezyair_animate,6000);
}

function ezyair_animate()
{
    $($('#ezyair_comments div')[0]).hide().detach().appendTo('#ezyair_comments');
    $($('#ezyair_comments div')[0]).css('margin-top',100).show().animate({'margin-top':0},1000); 
    setTimeout(ezyair_animate,6000);
}

function init()
{
    $('head').append('<link rel="stylesheet" href="http://ezyair.com.au/resources/css/widget.css" type="text/css" />');
    document.write('<a class="ezyairwidget" href="http://www.ezyair.com.au/ReadFeedback"><div><img src="http://ezyair.com.au/resources/images/widgetezylogo.jpg" /> <br /><span>Read what our customers say about us on <span>www.ezyair.com.au</span></span><br /><div id="ezyair_comments"></div></div></a>');
    if(typeof(ezyair_widget_width) != "undefined")
    {
	$('.ezyairwidget > div').width(ezyair_widget_width)
    }
}
init();
document.write('<scr'+'ipt type="text/javascript" src="http://ezyair.com.au/?q=Feedback/Widget"></scr'+'ipt>');

 

