﻿PT.Sites.Incubator = {
	onLoad: function () {
		var arr = new Array('facebook', 'linkedin', 'twitter');
		PT.Social.addThis(arr);
		PT.Instances.ShowImg1 = new PT.Sites.General.ShowImgAlt("divrep", "/sites/725/images/sluiten.jpg", true);
	}
}


PT.Sites.General.RegisterEvent(window, "load", function () { PT.Sites.Incubator.onLoad(); });
