/* Used to drive the Alert popup in the footer */
function showcenteredpopup(url,title,wsize,hsize,rsize,scroll,status,toolbar,location)
{
var leftpos;
var toppos;
// get top and left positions based on user's resolution so hint window is centered.
leftpos = (window.screen.width/2) - ((wsize/2) + 10); // half the screen width minus half the new window width (plus 5 pixel borders).
toppos = (window.screen.height/2) - ((hsize/2) + 50); // half the screen height minus half the new window height (plus title and status bars).
var popup=window.open(url,title,'height=' + hsize + ',width=' + wsize + ',left=' + leftpos + ',top=' + toppos + ',screenX=' + leftpos + ',screenY=' + toppos + ',resizable=' + rsize + ',scrollbars=' + scroll + ',status=' + status + ',toolbar=' + toolbar + ',location=' + location);
}

/* Can we use the bookmark option in the footer?? */
// Detect the browsername
browsername=navigator.appName;
if (browsername.indexOf("Netscape")!=-1) {browsername="NS"}
else   {if (browsername.indexOf("Microsoft")!=-1) {browsername="MSIE"}
		else {browsername="N/A"}};
// detect the operating system
opsys=navigator.userAgent;
if (opsys.indexOf("Mac")!=-1) {opsys="Mac"}
else {opsys="PC"};

/* from emailalink template (/templates/emailalink.inc) */

// E-mail Validation by Henrik Petersen / NetKontoret
// Explained at www.echoecho.com/jsforms.htm
// Please do not remove this line and the two lines above.
function emailvalidation(entered, alertbox)
{
with (entered)
	{
	apos=value.indexOf("@"); 
	dotpos=value.lastIndexOf(".");
	lastpos=value.length-1;
	if (apos<1 || dotpos-apos<2 || lastpos-dotpos>4 || lastpos-dotpos<2) 
	{if (alertbox) {alert(alertbox);} return false;}
	else {return true;}
	}
} 
function validate1(thisform)
{
with (thisform)
	{
	if (emailvalidation(friendemail,"Please enter a valid email address")==false) {friendemail.focus(); return false;};
	}
}

/* rollovers */
if (document.images) {
	img01a = new Image;
	img01b = new Image;
	img01a.src = 'http://www.quickonthenet.com/pix/Footerbar-logo-off.gif';
	img01b.src = 'http://www.quickonthenet.com/pix/Footerbar-logo-over.gif';
	img02a = new Image;
	img02b = new Image;
	img02a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Add-new-menu-item-off.gif';
	img02b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Add-new-menu-item-over.gif';
	img03a = new Image;
	img03b = new Image;
	img03a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Buy-this-demo-site-now-off.gif';
	img03b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Buy-this-demo-site-now-over.gif';
	img04a = new Image;
	img04b = new Image;
	img04a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Buy-this-voucher-now-off.gif';
	img04b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Buy-this-voucher-now-over.gif';
	img05a = new Image;
	img05b = new Image;
	img05a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Buy-this-website-now-off.gif';
	img05b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Buy-this-website-now-over.gif';
	img06a = new Image;
	img06b = new Image;
	img06a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Calculate-costs-off.gif';
	img06b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Calculate-costs-over.gif';
	img07a = new Image;
	img07b = new Image;
	img07a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Cancel-and-preview-off.gif';
	img07b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Cancel-and-preview-over.gif';
	img08a = new Image;
	img08b = new Image;
	img08a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Cancel-off.gif';
	img08b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Cancel-over.gif';
	img09a = new Image;
	img09b = new Image;
	img09a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Confirm-off.gif';
	img09b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Confirm-over.gif';
	img10a = new Image;
	img10b = new Image;
	img10a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Edit-off.gif';
	img10b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Edit-over.gif';
	img11a = new Image;
	img11b = new Image;
	img11a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-back-off.gif';
	img11b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-back-over.gif';
	img12a = new Image;
	img12b = new Image;
	img12a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-back-try-off.gif';
	img12b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-back-try-over.gif';
	img13a = new Image;
	img13b = new Image;
	img13a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-to-checkout-off.gif';
	img13b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-to-checkout-over.gif';
	img14a = new Image;
	img14b = new Image;
	img14a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Next-off.gif';
	img14b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Next-over.gif';
	img15a = new Image;
	img15b = new Image;
	img15a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Preview-off.gif';
	img15b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Preview-over.gif';
	img16a = new Image;
	img16b = new Image;
	img16a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Previous-off.gif';
	img16b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Previous-over.gif';
	img17a = new Image;
	img17b = new Image;
	img17a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-and-preview-off.gif';
	img17b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-and-preview-over.gif';
	img18a = new Image;
	img18b = new Image;
	img18a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-off.gif';
	img18b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-over.gif';
	img19a = new Image;
	img19b = new Image;
	img19a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-changes-off.gif';
	img19b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-changes-over.gif';
	img20a = new Image;
	img20b = new Image;
	img20a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Submit-off.gif';
	img20b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Submit-over.gif';
	img21a = new Image;
	img21b = new Image;
	img21a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Manage-these-images-off.gif';
	img21b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Manage-these-images-over.gif';
	img22a = new Image;
	img22b = new Image;
	img22a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-back-to-picture-upload-off.gif';
	img22b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Go-back-to-picture-upload-over.gif';
	img23a = new Image;
	img23b = new Image;
	img23a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Add-new-gallery-link-item-off.gif';
	img23b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Add-new-gallery-link-item-over.gif';
	img24a = new Image;
	img24b = new Image;
	img24a.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-and-continue-off.gif';
	img24b.src = 'http://www.quickonthenet.com/pix/cp_buttons/Save-and-continue-over.gif';
}
else {
	img01a = '';
	img01b = '';
	document.img01 = '';
	img02a = '';
	img02b = '';
	document.img02aa = '';
	document.img02ab = '';
	document.img02ac = '';
	img03a = '';
	img03b = '';
	document.img03 = '';
	img04a = '';
	img04b = '';
	document.img04 = '';
	img05a = '';
	img05b = '';
	document.img05 = '';
	img06a = '';
	img06b = '';
	document.img06 = '';
	img07a = '';
	img07b = '';
	document.img07 = '';
	img08a = '';
	img08b = '';
	document.img08 = '';
	img09a = '';
	img09b = '';
	document.img09 = '';
	img10a = '';
	img10b = '';
	document.img10 = '';
	img11a = '';
	img11b = '';
	document.img11 = '';
	img12a = '';
	img12b = '';
	document.img12 = '';
	img13a = '';
	img13b = '';
	document.img13 = '';
	img14a = '';
	img14b = '';
	document.img14 = '';
	img15a = '';
	img15b = '';
	document.img15 = '';
	img16a = '';
	img16b = '';
	document.img16 = '';
	img17a = '';
	img17b = '';
	document.img17 = '';
	img18a = '';
	img18b = '';
	document.img18 = '';
	img19a = '';
	img19b = '';
	document.img19 = '';
	img20a = '';
	img20b = '';
	document.img20 = '';
	img21a = '';
	img21b = '';
	document.img21aa = '';
	document.img21ab = '';
	document.img21ac = '';
	document.img21ad = '';
	document.img21ae = '';
	img22a = '';
	img22b = '';
	document.img22 = '';
	img23a = '';
	img23b = '';
	document.img23 = '';
	img24a = '';
	img24b = '';
	document.img24 = '';
}<script>
window.google_analytics_uacct = "UA-231925-2"
</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-231925-2");
pageTracker._initData();
pageTracker._trackPageview();

</script>

<!-- Begin -  Site: Jeeran.com Zone: Members - Eye Blaster -->
<script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js">
</script>

<script type='text/javascript'>
GS_googleAddAdSenseService('ca-pub-0670253781192195');
GS_googleEnableAllServices();
</script>
<script type="text/javascript" src="http://www.jeeran.com/JS/jq_1.3.1.js"></script>
<script type='text/javascript'>
GA_googleAddSlot('ca-pub-0670253781192195','MemberPages_Overlay');
</script>
<script type='text/javascript'>
GA_googleFetchAds();
</script>

<script  type='text/javascript'>GA_googleFillSlot('MemberPages_Overlay');</script>
<!-- End -  Site: Jeeran.com Zone: Members - Eye Blaster -->

<!-- START Nielsen Online SiteCensus V6.0 -->
<!-- COPYRIGHT 2009 Nielsen Online -->
<script type="text/javascript" src="//secure-it.imrworldwide.com/v60.js"></script>
<script type="text/javascript">
    var pvar = { cid: "mena-jeeran", content: "0", server: "secure-it" };
    var trac = nol_t(pvar); trac.record().post(); </script>
    <noscript>
        <div>
            <img src="//secure-it.imrworldwide.com/cgi-bin/m?ci=mena-jeeran&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt="" />
        </div>
    </noscript>
<!-- END Nielsen Online SiteCensus V6.0 -->

<script type="text/javascript" src="http://static.jeeranservices.net/j/memberpages/footer.js"></script>

<script type="text/javascript" src="http://static.jeeranservices.net/j/memberpages/jlib.min.js"></script>

<div>
<link href="http://www.jeeran.com/blogstoolbar/styles/jbtoolbar.css" rel="stylesheet" type="text/css" media="screen" />
	<script type="text/javascript" src="http://www.jeeran.com/blogstoolbar/js/blogtoolbar.js"></script>
	<div class="jm_ToolBar" style="height:36px; background:#f5f5f5 url(../btnshadow.png) bottom repeat-x; text-align:center; ">
    	<div style="position:relative; width:990px; z-index:1;height:36px; margin:0 auto">
            <form id="formBlogToolbar" method="get" onsubmit="return redirectSearchPage();">
            <ul class="jbTBcontent">
	            <li class="jbLogo">
    	            <a id="lnkJeeranLogo"></a>
                </li>
                <li class="jbSearchInput">
    	            <input id="txtSearch" type="text" />
                </li>
                <li class="jbSearchBtn">
    	            <input type="submit" name="btnSearch" value="&#x627;&#x628;&#x62D;&#x62B;" id="btnSearch" />
                </li>
                <li class="jbBrevBtn">
    	            <a id="lnkPreviousBlog">&#x627;&#x644;&#x645;&#x62F;&#x648;&#x646;&#x629;&#x20;&#x627;&#x644;&#x633;&#x627;&#x628;&#x642;&#x629;</a>
                </li>
                <li class="jbNextBtn">
    	            <a id="lnkNextBlog">&#x627;&#x644;&#x645;&#x62F;&#x648;&#x646;&#x629;&#x20;&#x627;&#x644;&#x62A;&#x627;&#x644;&#x64A;&#x629;</a>
                </li>
                <li class="jbAbuseRed">
    	            <a style="cursor:pointer" onclick="reportAbuse();">&#x628;&#x644;&#x63A;&#x20;&#x639;&#x646;&#x20;&#x645;&#x62D;&#x62A;&#x648;&#x649;&#x20;&#x645;&#x633;&#x64A;&#x621;</a>
                </li>
                <li class="jbCreatBlog">
    	            <a id="lnkCreateBlog">&#x623;&#x646;&#x634;&#x649;&#x621;&#x20;&#x645;&#x62F;&#x648;&#x646;&#x62A;&#x643;&#x20;&#x645;&#x62C;&#x627;&#x646;&#x627;</a>
                </li>
                <li class="jbSeparator"></li>
                <li class="jbLoginLnk">
                    <a id="lnkLogin">&#x62F;&#x62E;&#x648;&#x644;</a>
                </li>
            </ul>
            </form>
        </div>
    </div>
</div>