﻿/** { [autoshowroom.pageobject.TEMPLATE]
* @dependency :: [lib.functions.window.Catch]
* @dependency :: [lib.functions.window.AddListener]
* @dependency :: [lib.objects.window.swfobject]
* /---/ 
* @author :: Scott McDonald;
* @license :: Lowen Corporation Use Only [Proprietary Script]
* /---/ 
*/

function PageObject() {
	try {
		var target = this;
		this.typename = "autoshowroom.pageobject.TEMPLATE";
		this.onPageLoad = function() {
		var so = new swfobject.embedSWF("/assets/flash/beforeafter6.swf", "flashHolder", 199, 183, "7", "/inc/swf/expressInstall.swf");
		/*, { wmode: "transparent" }, { wmode: "transparent" }, { wmode: "transparent" });*/
		};
		this.constructor = function() {
			if (AddListener) {
				AddListener(window, "load", function() { target.onPageLoad(); });
			};
		};
		this.constructor();
	} catch (e) { Catch(this.typename + ".base()", e, true); };
};
/** } [autoshowroom.pageobject.TEMPLATE] **/

if (layoutObject) { layoutObject.pageObject = new PageObject(); }
