var myleasing_pincode = "5698";

function myleasing_calc() {
	var proxycheat = (new Date).getTime();
	window.open('http://myleasing.leas.dk/calculator/?pincode=' + myleasing_pincode + '&proxycheat=' + proxycheat,'MyLeasing','width=500,height=500');	
}


function myleasing_apply() {
	var proxycheat = (new Date).getTime();
	window.open('http://myleasing.leas.dk/apply/?pincode=' + myleasing_pincode + '&proxycheat=' + proxycheat,'MyLeasing','width=500,height=500');	
}


/* For at bruge ovenstående kode til myleasing er det nødvendigt at kontakte 
 * FOCUS leasing A/S for at få udleveret pinkoden, der skal bruges!
 *
 * For at linke til myleasing systemet kan man indsætte følgende i sin HTML kode
 *
 * <html>
 *   <head>
 *     <script language="javascript" src="myleasing.js"></script>
 *   </head>
 *   <body>
 *     <a href="javascript:void;" onclick="myleasing_calc();return(false);">myleasing.dk udregner</a>
 *   </body>
 * </html>
 *
 */