Teaser = function()
{
	//Defaults
	this.client = "mobiya1";
	this.urlPrefix=""
	this.loadTeaser = function()
	{
		//Defaults
		iFrameHeight = 600;
		iFrameWidth = 185;
		
		if(this.client == "sport1")
		{
			iFrameHeight = 475;
			iFrameWidth = 165;
		}
		else if(this.client == "sport2")
		{
			iFrameHeight = 465;
			iFrameWidth = 165;
		}
		else if(this.client == "hji1")
		{
			iFrameHeight = 800;
		}
		else if(this.client == "cs1")
		{
			iFrameHeight = 800;
		}
		else if(this.client == "magic1")
		{
			iFrameHeight = 800;
		}
		else if(this.client == "mobiya1")
		{
			iFrameWidth = 210;
		}
		else if(this.client == "txtDater1")
		{
			iFrameWidth = 185;
			iFrameHeight = 600;
		}
		else if(this.client == "txtDater2")
		{
			iFrameWidth = 730;
			iFrameHeight = 90;
		}
		else if(this.client == "txtDaterMPU")
		{
			iFrameWidth = 140;
			iFrameHeight = 105;
		}

		document.write("<iframe scrolling='no' frameborder='0' height='" + iFrameHeight + "' width='" + iFrameWidth + "' src='http://www.mobiya.co.uk/view/teaserBox/teaserProvider.php?client=" + this.client + "&urlPrefix=" + this.urlPrefix + "'>Alternative text</iframe>");
	}
}
