diff --git a/examples/fullScreen.html b/examples/fullScreen.html
index 0a6b71158b..6478a4072d 100644
--- a/examples/fullScreen.html
+++ b/examples/fullScreen.html
@@ -22,6 +22,9 @@
function init(){
map = new OpenLayers.Map('map');
+ var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
+ "http://labs.metacarta.com/wms/vmap0",
+ {layers: 'basic'} );
var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic",
"http://t1.hypercube.telascience.org/cgi-bin/landsat7",
{layers: "landsat7"});