﻿if (!window.sl_ad)
	sl_ad = {};

sl_ad.Page = function() 
{
}

sl_ad.Page.prototype =
{
	handleLoad: function(control, userContext, rootElement) 
	{
		this.control = control;
		
		// Sample event hookup:	
		rootElement.addEventListener("MouseLeftButtonDown", Silverlight.createDelegate(this, this.handleMouseDown));
	},
	
	// Sample event handler
	handleMouseDown: function(sender, eventArgs) 
	{
		// The following line of code shows how to find an element by name and call a method on it.
		// this.control.content.findName("Storyboard1").Begin();
	}
}

function clickTag(sender, args) {
    window.location ="http://www.microsoft.com/CRMRedirector/default.aspx?TC=100120080";
		dcsMultiTrack("DCS.dcssip","www.microsoft.com","DCS.dcsuri","/CRMRedirector/default.aspx?TC=100120080","WT.ti","Microsoft CRM eGuide - Praxiswissen zu CRM-Lösungen von Microsoft Dynamics","DCSext.wt_linkid","","WT.dl","1","WT.ad","","WT.mc_id", "","WT.sp","");
}