<?php
/************************************************************/
/* */
/* for PHP-Nuke 5.6 - 7.0 21 January 2004 grancanariayoungsters */
/* website http://www.grancanariayoungsters.com */
/* */
/* */
/* */
/* */
/* (C) 2004 */
/* All rights beyond the GPL are reserved */
/* */
/* Please give a link back to my site somewhere in your own */
/* */
/************************************************************/
if (eregi("block-fade_presentation.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
}
$content = "";
$content .= "<table width=\"100%\" align=\"center\"><tr><td align=center><OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
$content .= "codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\\";
$content .= "WIDTH=\"300\" HEIGHT=\"200\" id=\"image_loader\" ALIGN=\"\">";
$content .= "<PARAM NAME=movie VALUE=\"image_loader.swf\"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#ffffff> <EMBED src=\"image_loader.swf\" quality=high bgcolor=#ffffff WIDTH=\"300\" HEIGHT=\"200\" NAME=\"image_loader\" ALIGN=\"\"";
$content .= " TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED>";
$content .= "</OBJECT></td></tr></table>";
?>