//  javacsript library zzln_banner_homepage.js
//  c Zeezeilen www.zzln.nl
//  written by Egbert Bleyenburg
//  07-05-2004
//
// simply regulataes to what sites the banner on the homepage links




var movielink_1 = "http://www.sexandthecitymovie.com/";
// var movielink_2 = "http://www.minervabioscopen.nl/ladiesnight.html";
var movielink_3 = "http://www.minervabioscopen.nl/saga.html";
  
  

function write_sloganmap(){
//    document.write("<area shape=\"rect\" coords=\"0,80,350,145\" target=\"bill\"  href=\""+ movielink_1 +"\">\n");
 //   document.write("<area shape=\"rect\" coords=\"0,150,350,195\" target=\"love\" href=\""+ movielink_2 +"\">\n");
  //  document.write("<area shape=\"rect\" coords=\"0,205,350,250\" target=\"gaya\" href=\""+ movielink_3 +"\">\n");


	document.write("<area shape=\"rect\" target=\"link1\"  coords=\"2,23,349,73\" href=\""+ movielink_1 +"\">\n");
	// document.write("<area shape=\"rect\" target=\"link2\" coords=\"0,144,348,199\" href=\""+ movielink_2 +"\">\n");
	document.write("<area shape=\"rect\" target=\"link3\" coords=\"4,214,352,269\" href=\""+ movielink_3 +"\">\n");
//	document.write("<area shape=\"rect\" target=\"link4\" coords=\"7,260,340,300\" href=\""+ movielink_4 +"\">\n");	
	
}
