﻿window.onload = function() {
	var wordmaestrolink = 'http://go.clickmeter.com/wordmaestro.com';
	var gtipContent = "<a href='"+wordmaestrolink+"'><div style='width:100%; height:140px'></div></a>";
	$$('a[rel]').each(function(element){
		new Tip(element, gtipContent, {className: 'cloud', hideOn: { element: 'tip', event: 'mouseleave'}, fixed: true});
	});
}