Teaser = function()
{
	//Defaults
	this.client = "mobiya1";
	
	this.loadTeaser = function()
	{
		if(this.client == "sport1")
		{
			iFrameHeight = 465;
		}
		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 == "txtDaterOwnSite")
		{
			iFrameHeight = 850;
		}
		else
		{
			iFrameHeight = 1150;
		}

		if(this.client == "mobiya1")
		{
			iFrameWidth = 210;
		}
		else
		{
			iFrameWidth = 185;
		}
		document.write("<iframe scrolling='no' frameborder='0' height='" + iFrameHeight + "' width='" + iFrameWidth + "' src='/view/teaserBox/teaserProvider.php?local=true&client=" + this.client +"&tagIds=" + this.tagIds + "&locationIds=" + this.locationIds +"&tagNames=" + this.tagNames + "&locationNames=" + this.locationNames + "&adId=" + this.adId +"'>Alternative text</iframe>");		
	}
}