Contact Us | Webmail | Register | Login
We host and develop websites for our clients, right here in New Zealand.
Hundreds of kiwi's rely on our online services every day.
Hosting solutions for any type of website, big or small.
Contact us to find out what we can do for your business today.
jQuery.noConflict();
jQuery(function(jQuery){
jQuery("#ticker").tweet({
username: "hostinz",
page: 1,
avatar_size: 32,
count: 5,
loading_text: "loading ..."
}).bind("loaded", function() {
var ul = jQuery(this).find(".tweet_list");
var ticker = function() {
setTimeout(function() {
ul.find('li:first').animate( {marginTop: '-4em'}, 500, function() {
jQuery(this).detach().appendTo(ul).removeAttr('style');
});
ticker();
}, 5000);
};
ticker();
});
});
