#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ N("PLF T-Shirts"), 0, 0, 400, 0, 1],
	 [ N("You dreamt of it, and now it's there: the gorgeous, marvellous, wonderful PLF T-Shirt. All benefits will go to eucd.info initiative."), 0, 20, 420, 0, 0],
	 [ N("In an incredible waste of options, two colours are available, white and sand."), 0, 240, 400, 0, 0],
#	 [ 'text', $x, $y, $area_width, $area_height, $bold ],
	);

