﻿TRMHG_PHOTOHEADER = {
	tt: 'trhmg_photoHeader',
	init: function () {

		this.tt = new YAHOO.widget.Tooltip(this.tt + '_tt', {
			monitorresize: false,
			constraintoviewport: true,
			iframe: false,
			context: $(this.tt).getElementsByTagName('img')
		});

	}
};

new YAHOO.util.YUILoader().insert({
	require: ['container'],
	scope: TRMHG_PHOTOHEADER,
	onSuccess: TRMHG_PHOTOHEADER.init
});
