window.addEvent("load", function() {
	
	var obj = $$("object")[0];
	
	if ( obj != null && document.id("MainBgHome") != null ) 
	{
		
		new Element("param", { "name" : "wmode", "value" : "transparent" }).inject(obj, "top");
		
		grouponWrapper = new Element("div", { "id" : "groupon_button_wrapper" }).inject(obj, "before");
		
		groupon = new Element("a", { "id": "groupon_button", "href" : "http://www.camzilla.com.au/products_info/mounting-kits__ultimate-camera-and-iphone-mounting-kit-for-bikes-and-motorcycles" }).adopt(
			new Element("img", { "src" : "/images/button-groupon-offer.png", "alt" : "Stardeals by Groupon Australia" }),
			new Element("span", { "text" : "Click to" }),
			new Element("span", { "text" : "Redeem" }),
			new Element("span", { "text" : "Voucher" })
	//	).inject(grouponWrapper);
	    );
	} 
	
});
