<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abubaker Shamlan</title>
	<atom:link href="http://www.shamlan.com.sa/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.shamlan.com.sa</link>
	<description>My side of the story</description>
	<lastBuildDate>Sun, 30 Nov 2008 16:25:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hello World!</title>
		<link>http://www.shamlan.com.sa/?p=7</link>
		<comments>http://www.shamlan.com.sa/?p=7#comments</comments>
		<pubDate>Sun, 30 Nov 2008 00:27:20 +0000</pubDate>
		<dc:creator>Abubaker Shamlan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shamlan.com.sa/?p=7</guid>
		<description><![CDATA[[js]
function getSelText()
{
    var txt = &#8221;;
     if (window.getSelection)
    {
        txt = window.getSelection();
	}
    else if (document.getSelection)
    {
        txt = document.getSelection();
	}
    else if (document.selection)
 [...]]]></description>
			<content:encoded><![CDATA[<p>[js]<br />
function getSelText()<br />
{<br />
    var txt = &#8221;;<br />
     if (window.getSelection)<br />
    {<br />
        txt = window.getSelection();<br />
	}<br />
    else if (document.getSelection)<br />
    {<br />
        txt = document.getSelection();<br />
	}<br />
    else if (document.selection)<br />
    {<br />
        txt = document.selection.createRange().text;<br />
	}<br />
    else return;<br />
	return txt;<br />
}<br />
function copyIntoClipboard(text) {</p>
<p>        var flashId = &#8216;flashId-HKxmj5&#8242;;</p>
<p>        /* Replace this with your clipboard.swf location */<br />
        var clipboardSWF = &#8216;http://appengine.bravo9.com/copy-into-clipboard/clipboard.swf&#8217;;</p>
<p>        if(!document.getElementById(flashId)) {<br />
            var div = document.createElement(&#8217;div&#8217;);<br />
            div.id = flashId;<br />
            document.body.appendChild(div);<br />
        }<br />
        document.getElementById(flashId).innerHTML = &#8221;;<br />
        var content = &#8216;<embed src="' +<br />
            clipboardSWF +<br />
            '" FlashVars="clipboard=' + encodeURIComponent(text) +<br />
            '" width="0" height="0" type="application/x-shockwave-flash"></embed>&#8216;;<br />
        document.getElementById(flashId).innerHTML = content;<br />
}<br />
copyIntoClipboard(&#8221;http://letmegooglethatforyou.com/?q=&#8221;+encodeURIComponent(getSelText()));<br />
[/js]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shamlan.com.sa/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
