GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/message_show.php |
<? session_start();
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
?>
<? include "includes/header_top.php";?>
<script type="text/javascript">
function showWindow(theme) {
$.nsWindow.open({
title: 'Congratulations',
width: 660,
height: 300,
dataUrl: 'content.html',
theme:theme
});
}
</script>
<body onLoad="showWindow('black');">
<? include "includes/header.php";?>
<div class="wrapper">
<div class="middle_postadd">
<br/>
<div class="div_boddy">
<div class="est_left">Congratulation......</div>
<div class="est_mid">
</div>
<div class="est_right"></div>
<br class="spacer"/>
</div>
</div>
</div>
<br class="spacer" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<? include "includes/footer.php";?>